From 5d31f28bedc3d045f01f390245b5afbbb316e414 Mon Sep 17 00:00:00 2001 From: Zuhaitz Méndez Fernández de Aránguiz Date: Thu, 22 Jan 2026 22:56:40 +0000 Subject: Fix for #91 --- 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