wires

summary refs log tree commit diff
path: root/src/main.zig
blob: 64185aac3a407772c7b598e25fe6e3755e88c6c3 (plain) (blame)
1
2
3
export fn main() void {
    while (true) {}
}