blob: 5709411a53d14dff7302945d25738ce9882d229b [file] [log] [blame]
function f() {
var x = undefined ? 1 : 4294967295;
print(false || x);
}
f();