#include <perms.h>
int _imp_mainep(int _imp_argc, char **_imp_argv) {
  void Test1(void) {}
  void Test2(void) {}
  void Test3(void) {}
  void Test4(void) {}
  void Test5(void) {}
  int A;
  if (A == 3) Test1();
  if (A == 4) Test2();
  if (A == 4)
    Test2();
  else
    Test3();
  if (A == 4)
    Test2();
  else
    Test3();
  if (A == 4)
    Test2();
  else
    Test3();
  if (A == 4)
    Test2();
  else
    Test3();
  if (A == 4)
    Test2();
  else
    Test3();
  if (A == 4)
    Test2();
  else
    Test3();
  if (A == 4)
    Test2();
  else if (A == 5)
    Test3();
  else
    Test4();
  if (A == 4)
    Test2();
  else if (A == 5)
    Test3();
  else
    Test4();
  if (A == 4)
    Test2();
  else if (A == 5)
    Test3();
  else if (A == 6)
    Test4();
  else
    Test5();
  exit(0);
  return (1);
}
