Moved tests to a separate directory

This commit is contained in:
Eduard Urbach 2024-06-14 10:36:01 +02:00
parent d026010d32
commit f13f7c2800
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
9 changed files with 5 additions and 3 deletions

View file

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