blob: 02337ea3f81e1a86ddad0288bf926e9a885f852b [file] [log] [blame]
let x = 0;
function foo() {
x = x + 1;
}