[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / wildcard-submodule-exports / C_two.h
blobb65dcf612ebc7b366f1684998fc7856e0c7ca604
1 @import A.Two;
2 @import B.Two;
4 unsigned long *C2;