mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-15 06:58:50 +00:00
13 lines
134 B
Plaintext
13 lines
134 B
Plaintext
var i32 @nonce = 1
|
|
|
|
fun i32 @main () {
|
|
init:
|
|
bid: b0
|
|
allocations:
|
|
|
|
|
|
block b0:
|
|
%b0:i0:i32 = load @nonce:i32*
|
|
ret %b0:i0:i32
|
|
}
|