mirror of
https://github.com/ziglang/zig.git
synced 2024-11-28 08:02:32 +00:00
8 lines
103 B
Zig
8 lines
103 B
Zig
|
pub export fn _start() noreturn {
|
||
|
while (true) {}
|
||
|
}
|
||
|
|
||
|
// run
|
||
|
// target=x86_64-linux,x86_64-macos
|
||
|
//
|