#include <perms.h>
int _imp_mainep(int _imp_argc, char **_imp_argv) {
  int I;
  int J;
  int K;
  I = 123;
  I = J + K;
  exit(0);
  return (1);
}
