summaryrefslogtreecommitdiff
path: root/tests/headers/template-with-var.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/template-with-var.hpp')
-rw-r--r--tests/headers/template-with-var.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/headers/template-with-var.hpp b/tests/headers/template-with-var.hpp
deleted file mode 100644
index 88f60d21..00000000
--- a/tests/headers/template-with-var.hpp
+++ /dev/null
@@ -1,7 +0,0 @@
-template<typename T>
-class TemplateWithVar {
- // We shouldn't generate bindings for this because there are potentially
- // many instantiations of this variable, but we can't know which ones exist
- // or don't.
- static T var = 0;
-};