(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
other/
anon4.C
// PR c++/27951
// { dg-do compile }

void foo()
{
    int i;             // { dg-message "previously" }
    union { int i; };  // { dg-error "redeclaration" }
}