From 82559fe7ff00f5cce030f4d5231a270267087624 Mon Sep 17 00:00:00 2001 From: Zuhaitz Méndez Fernández de Aránguiz Date: Sun, 18 Jan 2026 23:23:50 +0000 Subject: Fix for #5 --- tests/features/fstring_lib.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/features/fstring_lib.h (limited to 'tests/features/fstring_lib.h') diff --git a/tests/features/fstring_lib.h b/tests/features/fstring_lib.h new file mode 100644 index 0000000..ef292d2 --- /dev/null +++ b/tests/features/fstring_lib.h @@ -0,0 +1,9 @@ + +#ifndef FSTRING_LIB_H +#define FSTRING_LIB_H + +static int lib_val() { + return 99; +} + +#endif -- cgit v1.2.3