DEBSOURCES
Skip Quicknav
sources / js-of-ocaml / 5.9.1-1 / compiler / tests-js-parser / pass / 75b0eeaf3aa61e74.js
12345678910111213
function a() { if (b) return; c(); d(); } function e() { if (b) return; if (c) return; if (d) return; if (f) return; g(); h(); }