DEBSOURCES
Skip Quicknav
sources / node-js-tokens / 8.0.0-2 / debian / tests / test_modules / test262-parser-tests / pass / 5d0cbb3fb27c21b7.js
12345678
for (;;) { if (a) { if (b) { continue; } c() // This should not removed and translation should not occur. } }