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