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