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