DEBSOURCES
Skip Quicknav
sources / js-of-ocaml / 5.9.1-1 / compiler / tests-js-parser / pass / 5317b960ad78bbfe.js
12345678910
function a(b, c) { // circular reference function d() { return e(); } function e() { return d(); } return b + c; }