xref: /llvm-project/clang/test/Modules/Inputs/MethodPoolCombined1.h (revision a0f31a01f34dbde84b331cf49685c04cf02c8250)
1 
2 @import MethodPoolString1;
3 @interface A
4 - (int)stringValue;
5 @end
6 
7