shithub: rgbds

ref: 10140f74dc10fcc624f3686e09246277b8c7c93a
dir: /test/asm/nested-if.asm/

View raw version
if 0
	if(1)
	endc
	if 1
	endc
	if{x}
	endc
endc

if 1
else
	if(1)
	endc
	if 1
	endc
	if{x}
	endc
endc