1 // The offset of `B::f2' is not ABI-compliant and may change in a future
2 // version of GCC.
3 // g++.dg/abi/bitfield5.C tests this with -Wabi.
4 // Split into pieces for binary compatibility testing October 2002
5 
6 #include "bitfield5.h"
7 
8 extern void bitfield5_x (void);
9 
10 int
main()11 main ()
12 {
13   bitfield5_x ();
14 }
15