Added more tests

This commit is contained in:
Eduard Urbach 2024-06-22 13:20:11 +02:00
parent 8c74b4b05f
commit 0b4b10ed4c
Signed by: eduard
GPG key ID: 49226B848C78F6C8
6 changed files with 84 additions and 22 deletions

View file

@ -0,0 +1,3 @@
main() {
syscall(+, -, *, /)
}

View file

@ -0,0 +1,3 @@
main() {
syscall(x)
}