OSDN Git Service

* gcc.target/i386/sse-12.c: Include x86intrin.h.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / other / anon4.C
1 // PR c++/27951
2 // { dg-do compile }
3
4 void foo()
5 {
6     int i;             // { dg-error "previously" }
7     union { int i; };  // { dg-error "redeclaration" }
8 }