repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
* gcc.target/i386/mpx/hard-reg-1-nov.c (mpx_test): Use "esp"
[official-gcc.git]
/
gcc
/
testsuite
/
objc.dg
/
extra-semi.m
blob
ad555962dbbc87687891fc540a8111c8d3ec6f8d
1
/* Allow extra semicolons in between method declarations,
2
for old times' sake. */
3
4
/* { dg-do compile } */
5
6
@interface Foo
7
-(Foo *) expiration;
8
-(void) setExpiration:(Foo *) date;;
9
-(int) getVersion;
10
@end