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