aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/compat/abi/bitfield1_main.C
blob: ce9aa1f09adc227d76281b038fed278db9d3d5a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// { dg-options "-w -ansi -pedantic-errors -funsigned-bitfields" }

// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 15 Dec 2001 <nathan@codesourcery.com>
// Split into pieces for binary compatibility testing October 2002

extern void bitfield1_x (void);

int
main ()
{
  bitfield1_x ();
}