#include <perms.h>
int _imp_mainep(int _imp_argc, char **_imp_argv) {
  _imp_enter();
  static int NEXTSYM = 4;
  int OPD;
  OPD = 23;
  if (20 > OPD || OPD > NEXTSYM + 20) PRINTSTRING(_imp_str_literal(" bug1 \n"));
  if (20 <= OPD && OPD <= NEXTSYM + 20)
    OPD = OPD;
  else
    PRINTSTRING(_imp_str_literal(" bug2 \n"));
  if (OPD < 20 || OPD > NEXTSYM + 20) PRINTSTRING(_imp_str_literal(" bug3 \n"));
  _imp_leave();
  exit(0);
  return (0);
}
