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