Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / profile / Inputs / extern_template1.cpp
blob372ffd25109fe4d9b0f4c1734f3fa1c19f971e20
1 #define USE
2 #include "extern_template.h"
3 #undef USE
5 Test<int> TO;
6 int foo() {
7 TO.doIt(20);
8 return TO.M;