Source code

Revision control

Copy as Markdown

Other Tools

// |jit-test| error: TypeError
(function() {
"use asm";
var [] = 0;
})()