blob: 2c44e2103664aa660778806881af37f4b72e4535 [file] [log] [blame]
// PR c++/84493
void foo()
{
(struct {}x){}; // { dg-error "" }
}