Added assertions to most tests

This commit is contained in:
Eduard Urbach 2024-07-28 18:47:13 +02:00
parent c2c147f1b4
commit 32d7455c38
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
15 changed files with 86 additions and 266 deletions

View file

@ -2,5 +2,5 @@ main() {
x := 1
y := x + 1
x = 2
syscall(60, y)
assert y == 2
}