function test(i: int) returns(probe a, b, c: int; exit: bool) let assume i_pos : i >= 0; exit = i >= 5; a = i; b = 0; c = 0; tel