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