OSDN Git Service

r383@cf-ppc-macosx: monabuilder | 2008-12-23 16:04:56 +0900
[pf3gnuchains/pf3gnuchains3x.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 }