bug652590.js (85B)
1 function f() { 2 var x = undefined ? 1 : 4294967295; 3 print(false || x); 4 } 5 f();