Added more tests

This commit is contained in:
Eduard Urbach 2024-07-05 17:11:30 +02:00
parent d771708693
commit cc66b02bf8
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
7 changed files with 17 additions and 4 deletions

View file

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

View file

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