Skip to content

Commit

Permalink
Update basic_arith.lyte
Browse files Browse the repository at this point in the history
  • Loading branch information
wtholliday committed Sep 21, 2023
1 parent a996725 commit 93519f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/cases/basic_arith.lyte
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
// args: --c
// expected stdout:
// compilation successful

assert(cond: bool) → void

main {
var x = 2+2
assert(x == 4)
}

0 comments on commit 93519f6

Please sign in to comment.