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
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
PCH
/
objc_property.h
blob
2432370be4e81fba7e9bf1494ad6d2cffe8edb49
1
/* For use with the objc_property.m PCH test */
2
@interface TestProperties
3
{
4
int
value
;
5
float
percentage
;
6
}
7
8
+
alloc
;
9
10
@property
int
value
;
11
@property
float
percentage
;
12
@end