aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/obj-c++.dg/pr45735.mm
blob: 395698bdb1d73421ead6ba371d26461238e22721 (plain)
1
2
3
4
/* { dg-do compile } */
@interface Fraction
-(void) setNumerator: (int) :(int) ; /* { dg-error "expected identifier" } */
@end