[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Import / template / Inputs / T.cpp
blob2499936788a47a53ddc04126acc693ace6de05e3
1 template <typename T> struct A {
2 struct B {
3 T f;
4 };
5 };