shithub: rgbds

ref: d15915ef1448bb8c5947f455824cb4a7946121fe
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