Added assertions to most tests
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
main() {
|
||||
x := 2
|
||||
y := 3
|
||||
syscall(60, (x + y + (x + y) * (x + y)) / x / y + x + y)
|
||||
result := (x + y + (x + y) * (x + y)) / x / y + x + y
|
||||
assert result == 10
|
||||
}
|
Reference in New Issue
Block a user