#include <perms.h>
int _imp_mainep(int _imp_argc, char **_imp_argv) {
  static void *Sw[4] = {
      &&Sw_default,
      &&Sw_default,
      &&Sw_2,
      &&Sw_default,
  };
  int I;
L__1:  //  numeric label
Fred:  //  name label
Sw_2:
  //  switch label
Sw_65:
  //  switch label
Sw_M2:
  //  switch label
  if (I == 1) goto L__1;
  if (I == 2) goto Fred;
  if (I == 3) goto *Sw[Sw_sw = 2];
  goto Sw_skip;
Sw_default:
  fprintf(stderr, "Switch label 'Sw(%d):' not set", Sw_sw);
  exit(1) /* or %signal ... */;
Sw_skip:
  exit(0);
  return (1);
}
