bug695017.js (82B)
1 function f() { 2 var n = null; 3 return n++; 4 } 5 6 print(f()); 7 assertEq(f(), 0);