shithub: rgbds

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