blob: 24b364455fda742d64d06254221a3e31a185c767 [file] [log] [blame]
// PR c++/20153
template <typename T>
void
foo()
{
union { struct { }; }; // { dg-error "" }
}