node test(i: int) returns(probe a, b, c: int; exit: bool) let b = 0 -> pre a; a = if b > 4 then 0 else b + 1; c = 0; exit = i >= 10; tel