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