Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / compat / abi / bitfield2_main.C
blobdf74037b66b686275d63e5323f2e8c5b41b7b37f
1 // { dg-options "-ansi -pedantic-errors -fsigned-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 ();