10 lines
91 B
JavaScript

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