[Mips] Add the missing judgment when processing function handleMFLOSlot (#121463)
[llvm-project.git] / clang / test / Modules / Inputs / attr-unavailable / oneB.h
blobb9536ad15ba7ea5b308463e69246af706eed2d6f
1 @import oneA;
3 @interface D
4 -(void)method2;
5 @end