aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/nested6.C
blob: b98c643d3fb1a173ac6fcbbac83eab90b6ce97d3 (plain)
1
2
3
4
5
// Build don't link:
union A {
 struct B { };
 A::B b;			// gets bogus error
};