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
reflect: canonicalize types returned by StructOf() and friends
[official-gcc.git]
/
gcc
/
testsuite
/
obj-c++.dg
/
pr45735.mm
blob
395698bdb1d73421ead6ba371d26461238e22721
1
/* { dg-do compile } */
2
@interface Fraction
3
-(void) setNumerator: (int) :(int) ; /* { dg-error "expected identifier" } */
4
@end