int main(int argc, char *argv[]) { int x = 1; switch (x) { case 1: { int y = 2; y++; break; } } }