aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/obj-c++.dg/extra-semi.mm
blob: 96d31b806d02bc3b216339b839557789a55ea982 (plain)
1
2
3
4
5
6
7
8
9
10
/* APPLE LOCAL file Objective-C++ */
/* 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