diff --git a/examples/ir1/hello_main.ir b/examples/ir1/hello_main.ir index e051dba..2585836 100644 --- a/examples/ir1/hello_main.ir +++ b/examples/ir1/hello_main.ir @@ -2,9 +2,9 @@ fun i32 @main () { init: bid: b0 - allocations: + allocations: block b0: - ret 0:i32 + ret 1:i32 }