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