blob: 1230906f3c25e62ca0c8fe4731e9014df576a170 [file] [log] [blame]
var i;
function foo() {
i++;
return i;
}