#include <perms.h>
int _imp_mainep(int _imp_argc, char **_imp_argv) {
  static int Lab_sw;
  static void *Lab[4 /*97:100*/] = {
      &&Lab_97,
      &&Lab_default,
      &&Lab_99,
      &&Lab_100,
  };
  int I;
  I = 'c';
  goto *Lab[Lab_sw = (I)-97];
Lab_97:;
Lab_99:;
Lab_100:
  exit(0);
  goto Lab_skip;
Lab_default:
  fprintf(stderr, "\nSwitch label 'Lab(%d):' not set in %s\n", Lab_sw + 97,
          __PRETTY_FUNCTION__);
  fflush(stderr);
  abort();
Lab_skip:;
  exit(0);
  return (1);
}
