void h1(const int a) { switch (a) { case 1: {callFunction(a); break;} } }