Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
attr-unavailable
/
oneB.h
1
@import oneA;
2
3
@interface D
4
-(void)method2;
5
@end
6