// Generated by ReScript, PLEASE EDIT WITH CARE

import * as Js_exn from "./stdlib/js_exn.js";

function myTest(param) {
  return Js_exn.raiseError("Hello!");
}

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