node/test/fixtures/b/c.js

4 lines
42 B
JavaScript
Raw Normal View History

exports.C = function () {
return "C";
}