blob: 016c5070ca6bb066e07e4616fd83676d4b87bd70 [file] [log] [blame]
function foo() {
var i = 0;
i++;
return i;
}