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