#include <perms.h>
int _imp_mainep(int _imp_argc, char **_imp_argv) {
  _imp_enter();
  int L;
  static void *SW[5 - 0 + 1] = {
      /* These need to be filled in from associated code block */};
  static void *SPARSE[3 - 1 + 1] = {
      /* These need to be filled in from associated code block */};
  L = 3;
  goto *SW[L];
SW_default:;
SPARSE_1:;
SPARSE_default:;
  PRINTSTRING(_imp_str_literal("WRONG PLACE"));
  exit(0);
SW_3:;
  goto *SPARSE[L];
SPARSE_3:;
  PRINTSTRING(_imp_str_literal("TEST OK\n"));
  exit(0);
  _imp_leave();
  exit(0);
  return (0);
}
