[RISCV][NFC] Remove Redundant Inline Asm Logic (#124202)
[llvm-project.git] / clang / test / Modules / Inputs / class-extension / a.h
blob28c409c337748e629fbb45e69750f54eb1bea1ea
1 @interface NSObject
2 @end
4 @interface A : NSObject
5 @end