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