moduleload.js.EXPECTED revision 2:da1e581c933b
1function (exports) {
2  exports.func = function() {
3     print("module.func called");
4  }
5}
6module.func called
7