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