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
/
objc.dg
/
error-1.m
blob
86b9d7faa91397b8977c872ef788dd4e393e9a17
1
/* { dg-options "-w" } */
2
/* { dg-do compile } */
3
@implementation A
4
+B
5
+C {} /* { dg-error "expected '\{' before '\\\+' token" } */
6
@end