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