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