mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
3 lines
65 B
Zig
3 lines
65 B
Zig
export fn _start() callconv(.c) noreturn {
|
|
while (true) {}
|
|
}
|