blob: a315c1e7de233314652026291c2f1bc70cef1053 [file] [log] [blame]
// FILE F ONE
var G = require('./g.js');
module.exports = function () { return 111 * G };