68fef7a
cfe9934
0caa1eb
1
2
3
4
5 6
7
node test(i: int) returns(probe a, b, c: int; exit: bool) let exit = i >= 5; a = 0 -> (if pre a >= 5 then 0 else pre a + 1); b = 0 -> pre i; c = 0; tel