repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[gn] port afa8aeeeec (RISCVGenExegesis.inc)
[llvm-project.git]
/
clang
/
test
/
ARCMT
/
Inputs
/
test1.m.in.result
blob
1db9bf7ad65c799e83440fad657b9bf444f733ff
1
#define PART1
2
#include "test.h"
3
4
void test1(id p) {
5
}
6
7
@interface Test2
8
@property (strong) id prop;
9
@end
10
11
@implementation Test2
12
-(id)init {
13
_prop = 0;
14
}
15
@end