Source code

Revision control

Copy as Markdown

Other Tools

function g(x =
function() {
"use asm";
function f(){}
return f;
}
) {
"use asm";
}