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

10 lines
100 B
JavaScript

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