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