zig/test/standalone/install_raw_hex/main.zig
2025-03-05 03:01:43 +00:00

3 lines
65 B
Zig

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