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