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