blob: 8613e712b87790c61c3fef9aea0b4b1bc944e22e [file] [log] [blame]
import "./5.js"
var global = (Function("return this"))();
if (global.count !== 5)
throw new Error(`bad value ${global.count}`);
global.count = 6;