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
runtime: allow preemption in fast syscall return
[official-gcc.git]
/
gcc
/
testsuite
/
objc.dg
/
pr24393.m
blob
269d84d9c2b789a8ad614c3f5209e62cdecd25a0
1
/* { dg-do compile } */
2
#include <objc/objc.h>
3
4
@interface Foo
5
{
6
Class isa;
7
}
8
- (void) doSomething:(id object; /* { dg-error "xpected .\\)." } */
9
- (void) someOtherMethod;
10
@end