aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/bit-fields2.C
blob: 9f32b32bf361efa9c26dd603e8b07d63c4647e7b (plain)
1
2
3
	int main()
	    int &ir = s.i;	// ERROR - address of bitfield
	    int *ip = &s.i;	// ERROR - address of bitfield