#include <perms.h>
int _imp_mainep(int _imp_argc, char **_imp_argv) {
  static int I1 = 2;
  static int I2 = 3;
  static short S1 = 1;
  static short S2 = 2;
  static unsigned short H1 = 1;
  static unsigned short H2 = 2;
  static unsigned char B1 = 1;
  static unsigned char B2 = 2;
  static char M1 = 1;
  static char M2 = 2;
  I1 = I1;
  I1 = S1;
  I1 = H1;
  I1 = B1;
  I1 = M1;
  S1 = I2;
  S1 = S2;
  S1 = H2;
  S1 = B2;
  S1 = M2;
  H1 = I1;
  H1 = S1;
  H1 = H1;
  H1 = B1;
  H1 = M1;
  B1 = I2;
  B1 = S2;
  B1 = H2;
  B1 = B2;
  B1 = M2;
  M1 = I1;
  M1 = S1;
  M1 = H1;
  M1 = B1;
  M1 = M1;
  exit(0);
  return (1);
}
