diff options
Diffstat (limited to 'bindgen-tests/tests/headers/template_fun.hpp')
-rw-r--r-- | bindgen-tests/tests/headers/template_fun.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bindgen-tests/tests/headers/template_fun.hpp b/bindgen-tests/tests/headers/template_fun.hpp new file mode 100644 index 00000000..17b1383b --- /dev/null +++ b/bindgen-tests/tests/headers/template_fun.hpp @@ -0,0 +1,3 @@ +// this will be ignored +template <class T> +void foo() {} |