Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
attr-unavailable
/
oneC.h
1
@interface E
2
-(void)method3;
3
@end
4