1
0
Fork 0
forked from AbleOS/ableos
ableos/sysdata/programs/test/src/tests/stn/process.hb
2025-01-08 01:25:11 +00:00

9 lines
200 B
Plaintext

.{process, log} := @use("stn")
// src: https://git.ablecorp.us/koniifer/lily
exe := @embed("./assets/lily.axe")
test := fn(): uint {
process.spawn(@bitcast(&exe), @sizeof(@TypeOf(exe)))
return 0
}