summaryrefslogtreecommitdiff
path: root/tests/headers/dynamic_loading_template.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/dynamic_loading_template.hpp')
-rw-r--r--tests/headers/dynamic_loading_template.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/headers/dynamic_loading_template.hpp b/tests/headers/dynamic_loading_template.hpp
deleted file mode 100644
index 27f04c8e..00000000
--- a/tests/headers/dynamic_loading_template.hpp
+++ /dev/null
@@ -1,10 +0,0 @@
-// bindgen-flags: --dynamic-loading TestLib
-
-template<typename T>
-T foo(T x);
-
-template<>
-int foo(int x);
-
-template<>
-float foo(float x);