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