blob: 55d2cd1664f98f9ad88de1197cd5326cacae8be9 [file] [log] [blame]
console.log('bar line 1');
'use strict';
// this is a meaningless comment to add some lines
module.exports = function bar() {
console.log('hello from bar line 7');
};