blob: a37c33ae086326d909649fe76d69bf3626665109 [file] [log] [blame]
// PR c++/20147
// { dg-do compile }
// { dg-options "" }
void foo()
{
({x;}); // { dg-error "was not declared" }
}