Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / attr-unavailable / two.h
blob0423f610108d20be1a4a3ce77b585e333fb4a06a
1 @interface A
2 -(void)method1;
3 @end
4 @interface B
5 -(void)method1 __attribute__((unavailable));
6 @end