comptime { _ = _start; } const _start = () noreturn { while (true) {} };