PR c++/60336
[official-gcc.git] / gcc / testsuite / g++.dg / abi / empty22.h
blob8d54dc74519f66c1fdd5d8a9fbf795c810f94b2b
1 #ifdef __cplusplus
2 struct A1
4 void foo (void);
5 unsigned int : 0;
6 };
7 struct A2
9 void bar (void);
10 unsigned int : 0;
12 struct dummy : A1, A2
14 unsigned int : 0;
16 #else
17 struct dummy {};
18 #endif
20 struct foo
22 int i1;
23 int i2;
24 int i3;
25 int i4;
26 int i5;