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