Added more tests

This commit is contained in:
Eduard Urbach 2025-02-21 11:45:32 +01:00
parent 8f3fa494ba
commit 4dbfa80939
Signed by: eduard
GPG key ID: 49226B848C78F6C8
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)