summaryrefslogtreecommitdiff
path: root/test/profile/Inputs/extern_template2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/profile/Inputs/extern_template2.cpp')
-rw-r--r--test/profile/Inputs/extern_template2.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/profile/Inputs/extern_template2.cpp b/test/profile/Inputs/extern_template2.cpp
deleted file mode 100644
index ac2f8587b0d8..000000000000
--- a/test/profile/Inputs/extern_template2.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
-#define USE
-#include "extern_template.h"
-#undef USE
-
-extern Test<int> TO;
-int bar() {
- TO.doIt(5);
- return TO.M;
-}