Source code
Revision control
Copy as Markdown
Other Tools
function f(y) {
if (y)
return;
{
let x;
for (;;) {}
}
}
/* Don't assert. */
f(1);
function f(y) {
if (y)
return;
{
let x;
for (;;) {}
}
}
/* Don't assert. */
f(1);