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