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