Source code

Revision control

Copy as Markdown

Other Tools

function f0(p0) {
var v0;
if (v0)
v0 = p0;
return v0;
}
assertEq(f0(0), undefined);