int main() { switch(1) { case 1: { int i { 123 }; break; } case 2: { int i { 123 }; break; } default: break; } }