Source code

Revision control

Copy as Markdown

Other Tools

// |jit-test| error: ReferenceError
(function() {
const x = "";
x = y;
return x = z;
})();