1 2 3 4 5 6 7 8
// PR c++/20147 // { dg-do compile } // { dg-options "" } void foo() { ({x;}); // { dg-error "was not declared" } }