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
main()10 main ()
11 {
12   bitfield1_x ();
13 }
14