blob: 3e28c420566fbc17fd0e4a53d9722a761b37ca9e [file] [log] [blame]
(function f(i) {
// Add an OSR block which does not define the callee.
for (; false; ) {};
// Use the callee.
if (i)
f(i - 1);
})(50);