aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.old-deja/g++.jason/anon2.C
blob: 2aba55649ed52f4be2ab1de3bb0740ff3caa0c58 (plain)
1
2
3
4
5
6
7
// { dg-do assemble  }
// g++ should not complain about anonymous bitfields.

struct A
{
  int : 2;	 
};