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