ref: f88968ec20e59daefa4c8fc1e4a61f7c958ffe90 dir: /test/asm/operator-precedence.asm/
println 1 == 1 || 1 == 2 println (1 == 1) || (1 == 2)