OSDN Git Service

For Greta Yorsh.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr35443.c
1 /* PR c/35443 */
2 /* { dg-options "" } */
3 /* { dg-bogus "not supported by" "" { target *-*-* } 0 } */
4
5 void
6 foo ()
7 {
8   ({ int i; i; })();    /* { dg-error "is not a function" } */
9 }