xref: /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/abi/bitfield1_main.C (revision c87b03e512fc05ed6e0222f6fb0ae86264b1d05b)
1 // { dg-options "-ansi -pedantic-errors -funsigned-bitfields" }
2 
3 // Copyright (C) 2001 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 15 Dec 2001 <nathan@codesourcery.com>
5 // Split into pieces for binary compatibility testing October 2002
6 
7 extern void bitfield1_x (void);
8 
9 int
main()10 main ()
11 {
12   bitfield1_x ();
13 }
14