Clang Project
clang_source_code
/
test
/
PCH
/
Inputs
/
chain-remap-types1.h
1
@class X;
2
3
struct Y {
4
X *my_X;
5
};
6
7
@interface X {
8
}
9
@property X *prop;
10
@end
11