repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
test
/
CodeGenObjC
/
2008-11-12-Metadata.m
blob
afd340a067c3cd9dbc4f351eadc27cee490e0142
1
// RUN: %clang_cc1 -emit-llvm -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 %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