// Generated by ReScript, PLEASE EDIT WITH CARE
'use strict';


function neverTerminate(_param) {
  while(true) {
    _param = undefined;
    continue ;
  };
}

exports.neverTerminate = neverTerminate;
/* No side effect */
Compiled successfully