blob: f17ba2719d8fb58776f2ebd2ecc948f6726cae2f [file] [log] [blame]
function f(x) {
x = 2 ^ x++;
if (x) {}
}
f(1.1);