diff options
Diffstat (limited to 'tests/new.toc')
-rw-r--r-- | tests/new.toc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/new.toc b/tests/new.toc index 790a115..8535a5e 100644 --- a/tests/new.toc +++ b/tests/new.toc @@ -17,7 +17,7 @@ calculation ::= fn() int { total += *i; mem.del(i); mem.dels(ns); - total + return total; } main ::= fn() { |