// foo
// bar
var a = 2 + 2;

module.exports = function Foo() {
    var b = 2 + 2;
    console.log(b + 1 + 2);
};