shithub: rgbds

ref: 159efe12578bd2063713d27af81c8e0e5b2cb108
dir: /test/asm/operator-precedence.asm/

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