mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
10 lines
138 B
Zig
10 lines
138 B
Zig
pub fn main() void {
|
|
while (true) {
|
|
break;
|
|
}
|
|
}
|
|
|
|
// run
|
|
// target=x86_64-linux,x86_64-macos,aarch64-linux,aarch64-macos
|
|
//
|