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