PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / objc.dg / pr45735.m
blob395698bdb1d73421ead6ba371d26461238e22721
1 /* { dg-do compile } */
2 @interface Fraction
3 -(void) setNumerator: (int) :(int) ; /* { dg-error "expected identifier" } */
4 @end