~ubuntu-branches/ubuntu/vivid/mozjs24/vivid

1
2
3
4
5
6
function f() {
    var x = 1;
    var y;
    if (x = y = Math) {}
}
f();