[committed] Fix minor SH scan-asm failure after recent IOR->ADD changes
[official-gcc.git] / gcc / testsuite / g++.dg / compat / abi / bitfield1_main.C
blobce9aa1f09adc227d76281b038fed278db9d3d5a9
1 // { dg-options "-w -ansi -pedantic-errors -funsigned-bitfields" }
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
7 extern void bitfield1_x (void);
9 int
10 main ()
12   bitfield1_x ();