#include <perms.h>
int _imp_mainep(int _imp_argc, char **_imp_argv) {
  int A[5 /*0:4*/];
  int I;
  if (_imp_on_event(1, 2, 3, 4, 5, 6, 7, 8, 9)) goto Continue;
  I = 10;
#if 0 /* 1 < 0 */
exit(0);
#else
  A[I] = A[I] + 1;
#endif
Continue:;
  Printstring(_imp_str_literal("event trapped "));
  Write((unsigned)Eventinf >> 8, 5);
  Write(Eventinf & 255, 5);
  Newline();
  Printstring(_imp_str_literal("Line of failure ="));
  Write(Eventline, 4);
  Newline();
  exit(0);
  return (1);
}
