10 lines
99 B
JavaScript

if (true) {
var run = function () {
return true;
};
}
function test() {
return run();
}