aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/compat/break/bitfield5_main.C
blob: 415a8846c2675b89af14fa287a151a03be441427 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// The offset of `B::f2' is not ABI-compliant and may change in a future
// version of GCC.
// g++.dg/abi/bitfield5.C tests this with -Wabi.
// Split into pieces for binary compatibility testing October 2002

#include "bitfield5.h"

extern void bitfield5_x (void);

int
main ()
{
  bitfield5_x ();
}