afu8u/nashorn/test/script/basic/moduleload.js.EXPECTED

7 lines
110 B
Plaintext

function (exports) {
exports.func = function() {
print("module.func called");
}
}
module.func called