mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-14 22:38:46 +00:00
15 lines
187 B
Plaintext
15 lines
187 B
Plaintext
var i32 @nonce = 0
|
|
|
|
fun i32 @main () {
|
|
init:
|
|
bid: b0
|
|
allocations:
|
|
%l0:i32:x
|
|
|
|
block b0:
|
|
%b0:i0:i32 = load @nonce:i32*
|
|
%b0:i1:unit = nop
|
|
%b0:i2:unit = nop
|
|
ret %b0:i0:i32
|
|
}
|