blob: d105489abd73af26a9cc56c77ccea6018665c65f [file] [log] [blame]
@class X;
struct Y {
X *my_X;
};
@interface X {
}
@property X *prop;
@end