diff options
| author | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-22 22:56:40 +0000 |
|---|---|---|
| committer | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-22 22:56:40 +0000 |
| commit | 5d31f28bedc3d045f01f390245b5afbbb316e414 (patch) | |
| tree | b6f6e8a6c027931b34b7db2435d6f462f4984373 /tests/features/_fstring_mod.zc | |
| parent | ed4bbfd8cf4a72fdf4a5d6cba94d537cab340356 (diff) | |
Fix for #91
Diffstat (limited to 'tests/features/_fstring_mod.zc')
| -rw-r--r-- | tests/features/_fstring_mod.zc | 4 |
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; +} |
