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