Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / compat / break / bitfield7_main.C
blob57bb96101f1a276e5b11e72b2f60844a7a11efc0
1 // { dg-options "-w" }
3 // The size assigned to `U' may not be ABI-compliant and may change in a
4 // future version of GCC.
5 // g++.dg/abi/bitfield7.C tests this with -Wabi.
6 // Split into pieces for binary compatibility testing October 2002
8 #include "bitfield7.h"
10 extern void bitfield7_x (void);
12 int
13 main ()
15   bitfield7_x ();