summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug746377.js
blob: ba65b84a61a2e405045ff56cf1c5c934952a01f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// |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));
}