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