UNPKG

test262-parser-tests

Version:
9 lines (8 loc) 155 B
for (;;) { if (a) { if (b) { continue; } c() // This should not removed and translation should not occur. } }