const x = (n) => do { switch (n) { case 0: case 6: const b = 1; break; default: 'bar'; } }