summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug764792.js
blob: 056aa0c7afd25eda4dcd19d7252a7c7fb5850e34 (plain)
1
2
3
4
5
6
7
test();
function test() {
  for (var i=0; i<2; ++i) {};
  try {}  catch ([ q ]) {
      function g() {}
  }     
}