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