summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/parser/bug1764715.js
blob: b203925aa874be52e24bcc9f0f08e83e6367435e (plain)
1
2
3
4
// |jit-test| skip-if: !('oomTest' in this)
oomTest(function() {
  let m = parseModule(`x = a?.b; x = a?.b; x = a?.b;`);
});