DEBSOURCES
Skip Quicknav
sources / node-js-tokens / 8.0.0-2 / debian / tests / test_modules / test262-parser-tests / pass / 5317b960ad78bbfe.js
12345678910
function a(b, c) { // circular reference function d() { return e(); } function e() { return d(); } return b + c; }