blob: 4cd0ff36eea89b89478c135a1d13a20152e927ee [file] [log] [blame]
var AAA = 200, BBB = 300;
module.exports = function (x) { return AAA + BBB + x }