Files
cs420/examples/ir0/hello_main.ir
2025-04-11 13:20:10 +09:00

14 lines
100 B
Plaintext

fun i32 @main () {
init:
bid: b0
allocations:
block b0:
ret 1:i32
block b1:
ret 0:i32
}