#include #include #include void do_test_spawn(void) { struct spawninfo si; domainid_t pid; CHECK_ERR(spawn_load_by_name("hello", &si, &pid)); }