#include <imp_perms.h>

int _imp_mainep(int _imp_argc, char **_imp_argv) {
  const int AB = 2;
  const int BC = 4;
  const int CD = 2;
  const int DE = 8;
  const int LOW = 4;

  const int HIGH = 6;

  int FRED[(HIGH * CD) - (LOW) + 1]

      ;

  declare_switch(LABS, LOW, HIGH * CD);

  goto_switch(LABS, CD * BC + AB);

LABS_B:
  exit(0);

  exit(0);
  /* End of program */
}
