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