4 lines
55 B
JavaScript

async function f() {
for await (let i = 0;false;);
}