blob: a48e80f3c591d51f18c548dc52c79e0a30865c3d [file] [log] [blame]
function f() {
var a, b, c;
a = -c;
b = c & 2;
a = b;
a = 123 * a;
}
f();