2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / other / anon4.C
blob37df228da9ba460c13dbeb86e60de781edf79576
1 // PR c++/27951
2 // { dg-do compile }
4 void foo()
6     int i;             // { dg-message "previously" }
7     union { int i; };  // { dg-error "redeclaration" }