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


function f(x, y) {
  debugger;
  return x + y | 0;
}

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