summaryrefslogtreecommitdiff
path: root/tests/features/_fstring_mod.zc
diff options
context:
space:
mode:
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;
+}