blob: 9e1dfea6c32a6c00001b15dbc1ef60074c3f7c09 [file] [log] [blame]
// PR c++/58565
// { dg-options "" }
void foo()
{
int i = ({ L: ; }); // { dg-error "void value not ignored" }
}