Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / template-nontrivial1.h
blob24136f0cae4eb87978950a22b21e20ca91843d4d
1 @import template_nontrivial0;
3 struct S1 {
4 S1();
5 Class0<S0> a;
6 };