rt_gccstream/gcc/testsuite/g++.dg/other/anon4.C

9 lines
160 B
C

// PR c++/27951
// { dg-do compile }
void foo()
{
int i; // { dg-error "previously" }
union { int i; }; // { dg-error "redeclaration" }
}