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