1 2 3 4 5 6 7 8 9 10 11 12
let function nothing (a : int) = a := 42 in (if 0 then nothing(43) else nothing(44); if 1 then nothing(45) else nothing(46)) end