Added more tests
This commit is contained in:
parent
1e7a1399d3
commit
5abe8acc70
4 changed files with 22 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
main() {
|
||||
x := 1
|
||||
y := x + 1
|
||||
x = 2
|
||||
assert y == 2
|
||||
a := 1
|
||||
b := a + 1
|
||||
a = 2
|
||||
assert b == 2
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue