PR c++/53848
[official-gcc.git] / gcc / testsuite / g++.dg / other / anon4.C
blob571f4ae65fb6a176c53b49109659255d93cfc7fa
1 // PR c++/27951
2 // { dg-do compile }
4 void foo()
6     int i;             // { dg-error "previously" }
7     union { int i; };  // { dg-error "redeclaration" }