blob: 44a5dbc89ded0ce9254e43f21b682dc5a1f536ba [file] [log] [blame]
function f() {
var n = null;
return n++;
}
print(f());
assertEq(f(), 0);