summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.other/bitfld5.C
blob: 2808ae1e2ae44cc1104b2617e18a120103878071 (plain)
1
2
3
4
5
6
7
// { dg-do assemble  }
// { dg-options "-w" }

struct S
{
  int i : 1756;
};