1 // PR c++/84493
2 
foo()3 void foo()
4 {
5   (struct {}x){}; // { dg-error "" }
6 }
7