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