summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.law/bit-fields1.C
blob: e101d6aa5240e0a1802eea5864a174e4e9b4a4f1 (plain)
1
2
3
4
5
6
7
8
9
// { dg-do assemble  }
// GROUPS passed bit-fields
typedef int A;

struct B
{
    int A : 2;
} ;