Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / PCH / objc_import.h
blob4646e16a2cdbfe2a1dfe86fdf3dfc2833185536c
1 /* For use with the objc_import.m test */
3 @interface TestPCH
4 + alloc;
5 - (void)instMethod;
6 @end
8 @class NewID1;
9 @compatibility_alias OldID1 NewID1;
10 @class OldID1;
11 @class OldID1;
13 @class NewID2;
14 @compatibility_alias OldID2 NewID2;
15 @class OldID2;
16 @interface OldID2
17 -(void)meth;
18 @end