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