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