blob: ba65b84a61a2e405045ff56cf1c5c934952a01f8 [file] [log] [blame]
// |jit-test| error:InternalError
// Binary: cache/js-dbg-64-67bf9a4a1f77-linux
// Flags: --ion-eager
//
var actual = '';
test();
function test()
{
a = {x: 1};
b = {__proto__: a};
print(actual += test(1,2,3,4));
}