Source code

Revision control

Copy as Markdown

Other Tools

function f14(g = 0) {
{ function g() { return "g" } }
}
f14();