shithub: rgbds

ref: 9ce8a9f5f09d126a7885c500df108cf98b157e57
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