shithub: rgbds

ref: 8f20620c1627fe4ea67d5ea6aceaf0505df5af29
dir: /test/asm/operator-precedence.asm/

View raw version
	println 1 == 1 || 1 == 2
	println (1 == 1) || (1 == 2)