blob: 20f3cedae181fb19c1b958743685495b7c3f23e7 [file] [log] [blame]
utatane.tea@gmail.com627fb632015-09-05 07:44:35 +00001import "./10.js"
2import "./4.js"
3
4var global = (Function("return this"))();
5if (global.count !== 10)
6 throw new Error(`bad value ${global.count}`);
7global.count = 11;