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