OSDN Git Service

PR c++/19991
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / error17.C
1 // PR c++/20153
2
3 template <typename T>
4 void
5 foo()
6 {
7   union { struct { }; }; // { dg-error "" }
8 }