fn _exit(exit_code: c_int) callconv(.c) noreturn
fn _exit(exit_code: c_int) callconv(.c) noreturn { std.c._Exit(exit_code); }