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