blob: dece661964664451dd3a883b09575ba3a1079d6e [file] [log] [blame]
var global = (Function("return this"))();
if (global.count !== 1)
throw new Error(`bad value ${global.count}`);
global.count = 2;