diff options
Diffstat (limited to 'test.lang')
| -rw-r--r-- | test.lang | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9,5 +9,7 @@ // also single-line now proc main(a i64, b i64) { - return (4 + (3 * (a + 2 + b + 4) * 5) + 8) < 3 + a := a + 1 + b := b + 2 + return a * b } |
