bug956173.js (102B)
1 function foo() { 2 { 3 let x=arguments; 4 return function() { return x; }; 5 } 6 } 7 foo()();