[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / template-specialization-visibility / d.h
blob3048272c5f2dc4f0758c5f3abc88421e907852dd
1 #ifndef D_H
2 #define D_H
3 template<typename> struct S;
4 template<typename> struct T;
5 #endif