mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-15 23:18:48 +00:00
10 lines
110 B
Plaintext
10 lines
110 B
Plaintext
fun i32 @foo {
|
|
init:
|
|
bid: b0
|
|
allocations:
|
|
|
|
block b0:
|
|
%b0:i0:i32 = add 42:i32 37:i32
|
|
ret %b0:i0:i32
|
|
}
|