summaryrefslogtreecommitdiff
path: root/tests/headers/const_tparam.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/const_tparam.hpp')
-rw-r--r--tests/headers/const_tparam.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/headers/const_tparam.hpp b/tests/headers/const_tparam.hpp
deleted file mode 100644
index 05f26e4a..00000000
--- a/tests/headers/const_tparam.hpp
+++ /dev/null
@@ -1,5 +0,0 @@
-template<typename T>
-class C {
- const T* const foo;
- const T* bar;
-};