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