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