OSDN Git Service

Backported from mainline
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / objc.dg / pr45735.m
1 /* { dg-do compile } */
2 @interface Fraction
3 -(void) setNumerator: (int) :(int) ; /* { dg-error "expected identifier" } */
4 @end