1@class X;
2
3struct Y {
4  X *my_X;
5};
6
7@interface X {
8}
9@property X *prop;
10@end
11