blob: 6c5056c6e3f7106f0a831195ebef636ced3c3257 [file] [log] [blame]
var a[10000]
var i
push 10000
pop $i
:start
push $i
dec
pop $i
push $i
pop $a[i]
push $i
branch_not_zero start
halt