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