blob: 4a7b0bd37b86491032a11267126f952bd93ee2a1 [file] [log] [blame]
/*
* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/licenses/publicdomain/
*/
function f()
{
return { *__proto__() {}, __proto__: null };
}
for (var i = 0; i < 2e3; i++)
f();