blob: 67fc6a026781eb4160ebe61522808055cadd096c [file] [log] [blame]
/* Allow extra semicolons in between method declarations,
for old times' sake. */
/* { dg-do compile } */
__attribute__((objc_root_class)) @interface Foo
-(Foo *) expiration;
-(void) setExpiration:(Foo *) date;;
-(int) getVersion;
@end