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