bug1001090-6.js (108B)
1 // |jit-test| error: ReferenceError 2 (function() { 3 ((function() { 4 p(y) 5 })()); 6 let y 7 })()