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