Source code

Revision control

Copy as Markdown

Other Tools

function f() {
var a, b, c;
a = -c;
b = c & 2;
a = b;
a = 123 * a;
}
f();