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