libatomic: Handle AVX+CX16 ZHAOXIN like Intel for 16b atomic [PR104688]
[official-gcc.git] / gcc / testsuite / g++.dg / abi / empty25.h
blob2f22fd5e5054b11a1455de82ed30cec2546dd8a6
1 #ifdef __cplusplus
2 struct dummy
4 virtual void bar (void) { }
5 unsigned int : 15;
6 };
7 #else
8 struct dummy {};
9 #endif
11 struct foo
13 int i1;
14 int i2;
15 int i3;
16 int i4;
17 int i5;