comptime { _ = _start; } const _start = fn () noreturn { _ = #syscall(231, 0); unreachable; };