Source code

Revision control

Copy as Markdown

Other Tools

function f(y) {
if (y)
return;
{
let x;
for (;;) {}
}
}
/* Don't assert. */
f(1);