#include <perms.h>
int _imp_mainep(int _imp_argc, char **_imp_argv) {
  _imp_enter();
  static void *SW[3 - 0 + 1] = {
      /* These need to be filled in from associated code block */};
  int I;
  L__ 1:;  // numeric label

FRED:;
  // name label

SW_2:;  // switch label

SW_65:;  // switch label

SW_M2:;  // switch label
  if (I == 1) goto L__1;
  if (I == 2) goto FRED;
  if (I == 3) goto *SW[2];
  _imp_leave();
  exit(0);
  return (0);
}
