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