blob: 790fd8e3fb8feb8a5fe4e96b4c39f185396deb2a [file] [log] [blame]
import "./11.js"
var global = (Function("return this"))();
if (typeof global.count !== 'undefined')
throw new Error(`bad value ${global.count}`);
global.count = 1;