brintos

brintos / llvm-project-archived public Read only

0
0
Text · 176 B · 2432370 Raw
13 lines · c
1/* For use with the objc_property.m PCH test */2@interface TestProperties3{4  int value;5  float percentage;6}7 8+ alloc;9 10@property int value;11@property float percentage;12@end13