aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.law/bit-fields1.C
blob: ed100af3816ee9e365a3bc795f73730b7a7bd9a8 (plain)
1
2
3
4
5
6
7
8
9
// Build don't link: 
// GROUPS passed bit-fields
typedef int A;

struct B
{
    int A : 2;
} ;