2014-01-30 Alangi Derick <alangiderick@gmail.com>
[official-gcc.git] / gcc / testsuite / g++.dg / template / error17.C
blob10c8b824ae5ac3e4843ce5c3c8221c7ef6f00277
1 // PR c++/20153
3 template <typename T>
4 void
5 foo()
7   union { struct { }; }; // { dg-error "prohibits anonymous struct" "anon" }
8   // { dg-error "not inside" "not inside" { target *-*-* } 7 }