1 /* PR c/35443 */
2 /* { dg-options "" } */
3 /* { dg-bogus "not supported by" "" { target *-*-* } 0 } */
4 
5 void
foo()6 foo ()
7 {
8   ({ int i; i; })();	/* { dg-error "is not a function" } */
9 }
10