summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/Inputs/chain-remap-types1.h
blob: d105489abd73af26a9cc56c77ccea6018665c65f (plain)
1
2
3
4
5
6
7
8
9
10
@class X;

struct Y {
  X *my_X;
};

@interface X {
}
@property X *prop;
@end
OpenPOWER on IntegriCloud