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