1 // PR c++/58565
2 // { dg-options "" }
3 
foo()4 void foo()
5 {
6   int i = ({ L: ; });  // { dg-error "void value not ignored" }
7 }
8