summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/parser/bug1764715.js
blob: 6fe1a19451598bf66c8766b88f30826120969436 (plain)
1
2
3
oomTest(function() {
  let m = parseModule(`x = a?.b; x = a?.b; x = a?.b;`);
});