Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
obj-c++.dg
/
extra-semi.mm
blob: ad555962dbbc87687891fc540a8111c8d3ec6f8d [
file
] [
log
] [
blame
]
/* 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