bug1764715.js (81B)
1 oomTest(function() { 2 let m = parseModule(`x = a?.b; x = a?.b; x = a?.b;`); 3 });