PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / obj-c++.dg / syntax-error-4.mm
blob0df061839b4993cec6dfeeec0e5cc590fabccfb4
1 /* Yet another stray infinite loop... */
2 /* { dg-do compile } */
4 @interface t
7 - (void)go;
8 @end
9 @implementation t
10 - (void)go
12         }
13 } /* { dg-error "stray .\}. between Objective\\-C\\+\\+ methods" } */
14 @end