diff options
Diffstat (limited to 'progs/tests/auto')
| -rw-r--r-- | progs/tests/auto/constant_function_closure.sy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/tests/auto/constant_function_closure.sy b/progs/tests/auto/constant_function_closure.sy index 8c54249..6c7f0d7 100644 --- a/progs/tests/auto/constant_function_closure.sy +++ b/progs/tests/auto/constant_function_closure.sy @@ -1,4 +1,4 @@ -q := 1 +q : int = 1 f :: fn -> int { q += 1 |
