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