2025-03-05 03:01:43 +00:00

4 lines
65 B
Zig

export fn _start() callconv(.c) noreturn {
while (true) {}
}