should-not-cover.js 55 Bytes
const bar = function () {
  console.log('bar')
}
bar()