Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / attr-unavailable / oneB.h
blobb9536ad15ba7ea5b308463e69246af706eed2d6f
1 @import oneA;
3 @interface D
4 -(void)method2;
5 @end