summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/parser/bug-1298809.js
blob: b93c7b0834f7689e6e2e40d88409db201dc2c6c9 (plain)
1
2
3
4
5
6
function f() {
  if (0)
    function g() x;
  else;
}
f();