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