2018-01-10 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / pr35742.c
blob609472792097e1464e17fb2010a98b9241c6937b
1 /* PR c/35742 */
2 /* { dg-do compile } */
3 /* { dg-options "-std=gnu99" } */
4 /* { dg-bogus "not supported by" "" { target *-*-* } 0 } */
6 void
7 foo ()
9 for (;;)
10 ({break;})(); /* { dg-error "is not a function" } */
11 for (;;)
12 ({continue;})(); /* { dg-error "is not a function" } */