var c = require("b/c");
exports.A = function () {
return "A";
}
exports.C = function () { return c.C(); }