[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / PCH / objc_property.h
blob2432370be4e81fba7e9bf1494ad6d2cffe8edb49
1 /* For use with the objc_property.m PCH test */
2 @interface TestProperties
4 int value;
5 float percentage;
8 + alloc;
10 @property int value;
11 @property float percentage;
12 @end