aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/other/anon4.C
blob: 37df228da9ba460c13dbeb86e60de781edf79576 (plain)
1
2
3
4
5
6
7
8
// PR c++/27951
// { dg-do compile }

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