Moved tests to a separate directory

This commit is contained in:
Eduard Urbach 2024-06-14 10:36:01 +02:00
parent 80e195167c
commit 7bbfa8914f
Signed by: eduard
GPG key ID: 49226B848C78F6C8
9 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,4 @@
main() {
syscall(1, 1, 4194305, 3)
syscall(60, 0)
}
}