summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/parser/bug-1263355-18.js
blob: 683c248514868160c93b7bbda435e47b05f5400e (plain)
1
2
3
4
function f14(g = 0) {
  { function g() { return "g" } }
}
f14();