From 3f0f86810b855d20dfc39655f336ba814d169281 Mon Sep 17 00:00:00 2001 From: Rémy HUBSCHER Date: Fri, 18 Nov 2016 19:15:16 +0100 Subject: Add a test --- libbindgen/tests/headers/variadic_template_function.hpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libbindgen/tests/headers/variadic_template_function.hpp (limited to 'libbindgen/tests/headers/variadic_template_function.hpp') diff --git a/libbindgen/tests/headers/variadic_template_function.hpp b/libbindgen/tests/headers/variadic_template_function.hpp new file mode 100644 index 00000000..4942d8f0 --- /dev/null +++ b/libbindgen/tests/headers/variadic_template_function.hpp @@ -0,0 +1,6 @@ + +template +class VariadicFunctionObject { +public: + int add_em_up(T count,...); +}; -- cgit v1.2.3