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