#include <perms.h>
int _imp_mainep(int _imp_argc, char **_imp_argv) {
  Init;
  extern Eventfm Ashanti;
  int E;
  int S;
  int X;
  _imp_string Sm;
  int I;
  E = Ashanti.Event();
  S = Ashanti.Sub;
  X = Ashanti.Extra;
  Debugstring;
  Debugnewline;
  Debugstring;
  Debugnewline;
  Sm = Getmessage;
  Debugstring;
  Debugnewline;
  Debugstring;
  Debugnewline;
  Setevent;
  Setsub;
  Setextra;
  E = Ashanti.Event();
  S = Ashanti.Sub;
  X = Ashanti.Extra;
  Debugstring;
  Debugnewline;
  Debugstring;
  Debugnewline;
  Sm = _imp_str_literal("Oops!");
  Setmessage;
  Sm = Getmessage;
  Debugstring;
  Debugnewline;
  Debugstring;
  Debugnewline;
  for (I = 0; I <= 20; I++) {
    Sm = _imp_str_literal("Oops again!");
    Setmessage;
    Sm = Ashanti.Message;
    Debugstring;
    Debugnewline;
    Debugstring;
    Debugnewline;
  }
  exit(0);
  return (1);
}
