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