const x = n => function () { switch (n) { case 0: if (true) { return 'out'; } } }();