3789983e89
Reviewed-by: darcy, ihse
7 lines
110 B
Plaintext
7 lines
110 B
Plaintext
function (exports) {
|
|
exports.func = function() {
|
|
print("module.func called");
|
|
}
|
|
}
|
|
module.func called
|