#include <perms.h>
int _imp_mainep(int _imp_argc, char **_imp_argv) {
  _imp_enter();
  int I;
  static void *LAB['d' - 'a' + 1] = {
      /* These need to be filled in from associated code block */};
  I = 'b';
  goto *LAB[I];
LAB_97:;
LAB_99:;
LAB_100:;
  exit(0);
  _imp_leave();
  exit(0);
  return (0);
}
