4 10 1
let x0 = 0
let x1 = 1
let x2 = 42
if x0 >= x2 goto 7
while x3 < x2 exit -11
let x0 = x0 + x1
next
let x2 = x0 + x1
rem output should be uninitialized variable read
end
