summaryrefslogtreecommitdiff
path: root/test/profile/Inputs/extern_template1.cpp
blob: 372ffd25109fe4d9b0f4c1734f3fa1c19f971e20 (plain)
1
2
3
4
5
6
7
8
9
#define USE
#include "extern_template.h"
#undef USE

Test<int> TO;
int foo() {
  TO.doIt(20);
  return TO.M;
}