2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / compat / abi / bitfield1_main.C
blobcdb7a45a7440ac8ff27b52e4330389fced1a0af6
1 // { dg-options "-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 ();