diff options
| author | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-18 23:23:50 +0000 |
|---|---|---|
| committer | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-18 23:23:50 +0000 |
| commit | 82559fe7ff00f5cce030f4d5231a270267087624 (patch) | |
| tree | d6571b5376ca153d46947b83ae94508de714b089 /tests/features/fstring_mod.zc | |
| parent | 562e010dd47ec1e238017369ea481700d826b68d (diff) | |
Fix for #5
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; +} |
