shithub: rgbds

ref: 74c31f7c0f54cffbd681e04d87fec45cb07090bf
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