xref: /llvm-project/clang/test/Modules/Inputs/template-specialization-visibility/e.h (revision a108760b336b9a2cab5d07a614987e87bb951d64)
1 #ifndef E_H
2 #define E_H
3 #include "c.h"
4 template struct S<char>;
5 template struct T<char>;
6 #endif
7