[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / MethodPoolASub2.h
blobcd0f78517f9388ff769a310fc9d1a8ef76c08402
1 @interface A (Sub2)
2 - (char*)method4;
3 @end