akern-gkgoat-fork/sysdata/test-programs/vfs.rhai

11 lines
194 B
Plaintext

/// Act as a shim of a virtual file system that recieves one message from buffer 2
import "sysdata/test-programs/hblib/std" as std;
fn main() {
std::ipc_recv(2);
un();
}
main();
tx();