summaryrefslogtreecommitdiff
path: root/tests/features/_fstring_mod.zc
diff options
context:
space:
mode:
authorZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-22 22:56:40 +0000
committerZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-22 22:56:40 +0000
commit5d31f28bedc3d045f01f390245b5afbbb316e414 (patch)
treeb6f6e8a6c027931b34b7db2435d6f462f4984373 /tests/features/_fstring_mod.zc
parented4bbfd8cf4a72fdf4a5d6cba94d537cab340356 (diff)
Fix for #91
Diffstat (limited to 'tests/features/_fstring_mod.zc')
-rw-r--r--tests/features/_fstring_mod.zc4
1 files changed, 4 insertions, 0 deletions
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;
+}