#include <perms.h>
int _imp_mainep(int _imp_argc, char **_imp_argv) {
  _imp_enter();
  _imp_string S;
  const _imp_string CONSTR[2 - 1 + 1] = {'CONST STRING', '2ND CONST STR'};
  /*ERROR: name_sym_idx is -1!*/ /*C_NAME*/ S = MISSING_RHS;
  PRINTSTRING(_imp_join(CONSTR[1], S));
  NEWLINE();
  _imp_leave();
  exit(0);
  return (0);
}
