lang-bootstrap/06/test.zig
2025-04-01 18:16:28 +01:00

4 lines
54 B
Zig

pub fn main() void {
const x = 0;
if (x) {}
}