libstdc++: Remove note from the GCC 4.0.1 days
[official-gcc.git] / gcc / testsuite / g++.dg / abi / empty17.h
blob9cf72baca2e1a2f3e632ac6398b0ec1fd61daa9f
1 #ifdef __cplusplus
2 struct A1
4 void foo (void);
5 unsigned int : 15;
6 };
7 struct A2
9 void bar (void);
10 unsigned int : 15;
12 struct dummy : A1, A2
14 unsigned int : 15;
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;