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