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