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