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