Clang Project

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