Clang Project
clang_source_code
/
test
/
PCH
/
Inputs
/
chain-remap-types2.h
1
void h(X*);
2
3
@interface X (Blah) {
4
}
5
@end
6
7
void g(X*);
8
9