Source code
Revision control
Copy as Markdown
Other Tools
// Any copyright is dedicated to the Public Domain.
(function () {
var [x, y] = [function () { return y; }, 13];
assertEq(x(), 13);
})();
reportCompare(0, 0, 'ok');