blob: 7e7ac7ff9f2a3ff22c6ba05cd388abbdd63b9173 [file] [log] [blame]
// This tests the DAG.
import "./execution-order-dag/9.js"
import "./execution-order-dag/10.js"
var global = (Function("return this"))();
if (global.count !== 10)
throw new Error(`bad value ${global.count}`);