[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / MethodPoolCombined1.h
blob057b7388b35fae387ccd604fbea7c5a521e468ab
2 @import MethodPoolString1;
3 @interface A
4 - (int)stringValue;
5 @end