Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / attr-unavailable / oneA.h
bloba4e572ffacd984fda452148bfdae289239353e36
1 @interface C
2 -(void)method2 __attribute__((unavailable));
3 -(void)method3 __attribute__((unavailable));
4 @end