Clang Project

clang_source_code/test/Modules/Inputs/MethodPoolCombined1.h
1
2@import MethodPoolString1;
3@interface A
4- (int)stringValue;
5@end
6
7