llvm/clang/test/PCH/Inputs/chain-remap-types1.h

@class X;

struct Y {
  X *my_X;
};

@interface X {
}
@property X *prop;
@end