Added more tests

This commit is contained in:
2025-02-21 11:45:32 +01:00
parent a42115c0fb
commit 04ece57b27
4 changed files with 44 additions and 28 deletions

7
examples/shell/const.q Normal file
View File

@ -0,0 +1,7 @@
const idtype {
pid 1
}
const state {
exited 0x4
}

View File

@ -2,14 +2,6 @@ import io
import mem
import sys
const idtype {
pid 1
}
const state {
exited 0x4
}
main() {
length := 256
command := mem.alloc(length)