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