blob: 978da1584e53ff61836ea8ca1324b124ce6fc358 [file] [log] [blame]
// PR c++/35747
// { dg-do compile }
// { dg-options "" }
void
foo ()
{
({ i; ({ i; }); 0; }); // { dg-error "was not declared" }
}