error17.C   [plain text]


// PR c++/20153

template <typename T>
void
foo()
{
  union { struct { }; }; // { dg-error "" }
}