#include <perms.h>
int _imp_mainep(int _imp_argc, char **_imp_argv) {
  void Fred(int *Param) {}
  int K = 0;
  Fred(K);
  exit(0);
  return (1);
}
