mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-14 22:38:46 +00:00
12 lines
92 B
Plaintext
12 lines
92 B
Plaintext
fun i32 @foo () {
|
|
init:
|
|
bid: b0
|
|
allocations:
|
|
|
|
block b0:
|
|
j b1()
|
|
|
|
block b1:
|
|
j b0()
|
|
}
|