michael@0: (function () { michael@0: var x = 0 || 1.1; michael@0: x >> x; michael@0: })();