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