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