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