#include <perms.h>
static const int One = 1;
static const int Two = 2;
static const int Fred[4 /*1:4*/] = {1, 2, 3, 4};
int _imp_mainep(int _imp_argc, char **_imp_argv) {
  static int X_sw;
  static void *X[4 /*1:4*/] = {
      &&X_1,
      &&X_2,
      &&X_3,
      &&X_4,
  };
X_1:;
X_2:;
X_3:;
X_4:;
  exit(0);
  return (1);
}
