#include <perms.h>
static const int Three = 3;
static const int Four = 4;
int _imp_mainep(int _imp_argc, char **_imp_argv) {
  static int There_sw;
  static void *There[16 /*0:15*/] = {
      &&There_default, &&There_default, &&There_default, &&There_3,
      &&There_4,       &&There_default, &&There_default, &&There_default,
      &&There_default, &&There_default, &&There_default, &&There_default,
      &&There_12,      &&There_default, &&There_default, &&There_default,
  };
  int I;
  I = Three;
  I = Four;
  I = Three * Four;
  goto *There[There_sw = Three * Four];
There_3:;
There_4:;
There_12:;
  Newline();
  goto There_skip;
There_default:
  fprintf(stderr, "\nSwitch label 'There(%d):' not set in %s\n", There_sw,
          __PRETTY_FUNCTION__);
  fflush(stderr);
  abort();
There_skip:;
  exit(0);
  return (1);
}
