summaryrefslogtreecommitdiff
path: root/test/profile/Inputs/extern_template2.cpp
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2019-08-20 18:00:15 +0000
committerDimitry Andric <dim@FreeBSD.org>2019-08-20 18:00:15 +0000
commit63714eb5809e39666dec2454c354195e76f916ba (patch)
treee3714cd783c265396c2ef3c117047e7c0ea41619 /test/profile/Inputs/extern_template2.cpp
parent0646903fc1f75f6e605754621119473ee083f4a4 (diff)
Notes
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;
-}