Sign in
llvm
/
llvm-archive
/
58b05407658c2569b188facf1d1f15e1c0e95aa4
/
.
/
clang-tests
/
gcc-4_2-testsuite
/
src
/
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