2020-12-16 18:42:00 +01:00

12 lines
106 B
JavaScript

"use strict";
if (true) {
function run() {
return true;
}
}
function test() {
return run();
}