Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / template-specialization-visibility / e.h
blob5d6b14290471d5d2cb23ec40d57706c67c85f39f
1 #ifndef E_H
2 #define E_H
3 #include "c.h"
4 template struct S<char>;
5 template struct T<char>;
6 #endif