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