aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/lookup/anon2.C
blob: 4cd64aecb4958e00f143b818f78c57cf062762a9 (plain)
1
2
3
4
5
6
// { dg-do compile }
// { dg-options "" }

class { int i; } a; // { dg-error "private|anonymous type" }
void foo() { a.i; } // { dg-error "context" }