#include <perms.h>
int _imp_mainep(int _imp_argc, char **_imp_argv) {
  typedef struct Resf {
  } Resf;
  Resf P;
  Resf Q;
  int I;
  P = 0;
  P.H0 = 11;
  P.B3 = 1;
  I = P.H0;
  Q = P;
  if (Q.W == (11 << 16 | 1) || Q.W == (1 << 24 | 11)) {
    Printstring(_imp_str_literal("Test OK\n"));
    exit(0);
  }
  Write(Q.W, 4);
  Newline();
  Write(I, 4);
  Newline();
  Write(P.W, 4);
  Newline();
  exit(0);
  return (1);
}
