// Generated by ReScript, PLEASE EDIT WITH CARE


function neverTerminate() {
  while(true) {
    continue ;
  };
}

export {
  neverTerminate ,
}
/* No side effect */