[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Import / conflicting-struct / Inputs / S2.cpp
blobde2cb6cd03c7a7f3e74e3db2994f420a979e761d
1 class U {
2 int b;
3 };
5 class T {
6 U u;
7 };