3 7 1
let x0 = 0
let x1 = 1
rem let x2 = 42
if x0 == x1 goto +2
end
rem output should be uninitialized variable read in line 4 (caused by end)
next
