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