8 lines
78 B

(function () {
'use strict';
function a () {}
console.log( a() );
}());