]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/g++.dg/compat/abi/bitfield1_main.C
2006-04-23 Mark Mitchell <mark@codesourcery.com>
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / compat / abi / bitfield1_main.C
1 // { dg-options "-w -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
10 main ()
11 {
12 bitfield1_x ();
13 }