From 4294ec0ed06ee34920c9edaeebaeb8b65c720791 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 19 Jul 2024 01:29:42 +0200 Subject: First commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libnormalform_nimplyl_macro_test.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 libnormalform_nimplyl_macro_test.c (limited to 'libnormalform_nimplyl_macro_test.c') diff --git a/libnormalform_nimplyl_macro_test.c b/libnormalform_nimplyl_macro_test.c new file mode 100644 index 0000000..a343038 --- /dev/null +++ b/libnormalform_nimplyl_macro_test.c @@ -0,0 +1,5 @@ +/* See LICENSE file for copyright and license details. */ +#ifdef TEST +#define USE_VARARGS_MACRO +#include "libnormalform_nimply.c" +#endif -- cgit v1.3.1