summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug813029.js
blob: 34e2145f6d92d7991b22f2056ac7b656378c5ed8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Binary: cache/js-dbg-64-4fddb9923ef0-linux
// Flags: --ion-eager
//

function printBugNumber (num) {
  BUGNUMBER = num;
}
gcslice(1)
schedulegc(this);
gcslice(2);
var BUGNUMBER = ("one");
printBugNumber();