#include <perms.h>
int _imp_mainep(int _imp_argc, char **_imp_argv) {
  _imp_enter();
  static short P[255 - 0 + 1] = {42, 24, 99, 0xAB, 0xCD};
  static short Q[127 - -128 + 1] = {42, 24, 99, 0xAB, 0xCD};
  static short R[1255 - 1000 + 1] = {42, 24, 99};
  int I;
  I = P[100];
  I = Q[-28];
  I = R[1100];
  _imp_leave();
  exit(0);
  return (0);
}
