blob: 4c8398e898647744f13b17efc2d29a058657e691 [file] [log] [blame]
console.log('foo line 1');
var bar = require('./wunder/bar');
module.exports = function foo() {
console.log('hello from foo line 5');
bar();
};