[SelectOpt] Support ADD and SUB with zext operands. (#115489)
[llvm-project.git] / clang / test / PCH / Inputs / chain-remap-types1.h
blobd105489abd73af26a9cc56c77ccea6018665c65f
1 @class X;
3 struct Y {
4 X *my_X;
5 };
7 @interface X {
9 @property X *prop;
10 @end