blob: c789d88a81fe7b4da6aedf715d76b2765704a79e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
export
function $f() {
@start.1
%.1 =l alloc16 4
@body.2
storeb 0, %.1
%.2 =l add %.1, 1
storeb 0, %.2
%.3 =l add %.1, 2
storeb 0, %.3
%.4 =l add %.1, 3
storeb 0, %.4
ret
}
|