aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/anon2.C
blob: 55d68988e5cc04812ded60de0560559004d0aa04 (plain)
1
2
3
4
5
6
7
// g++ should not complain about anonymous bitfields.
// Build don't link:

struct A
{
  int : 2;	 
};