1 2 3 4 5 6 7 8 9 10
/* Yet another stray infinite loop... */ /* { dg-do compile } */ @interface Foo { int x; int y; } - (int) foo ; { /* { dg-error "stray .\{. between Objective\\-C\\+\\+ methods" } */ @end