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_mod.zc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/features/fstring_mod.zc (limited to 'tests/features/fstring_mod.zc') diff --git a/tests/features/fstring_mod.zc b/tests/features/fstring_mod.zc new file mode 100644 index 0000000..78b16ef --- /dev/null +++ b/tests/features/fstring_mod.zc @@ -0,0 +1,4 @@ + +fn get_val() -> int { + return 42; +} -- cgit v1.2.3