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