Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
lookup_right.h
1
2
@interface B
3
- (double)method;
4
@end
5
6