repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Silence -Wunused-variable in release builds.
[llvm/stm8.git]
/
test
/
FrontendObjC
/
2008-11-12-Metadata.m
blob
be8ee41e77ad50d5ceddf5c3b0a7ad837edfbcec
1
// RUN: %llvmgcc -x objective-c -m64 -S %s -o /dev/null
2
3
@interface A
4
@end
5
@protocol P
6
@end
7
@interface B : A <P>
8
{
9
}
10
@end
11
@implementation B
12
- (void)test {
13
}
14
@end