switch(ch){ case \'a\': //do something, condition does not match so go to default case //don\'t break in here, and don\'t
goto For The Win
goto
switch (ch) { case 'a': if (1) goto LINE96532; break; case 'b': if (1) goto LINE96532; break; LINE96532: default: // break; }