view samples/compilerbug_004.tp @ 198:3606a7cb3999

Fix ireg upper, regSource returnAll and regSource needSaveForCall in x86 module
author Mike Pavone <pavone@retrodev.com>
date Tue, 27 Aug 2013 22:51:57 -0700
parents 38127fbf5f9d
children
line wrap: on
line source

#{
	foo <- 42
	new <- {
		#{
			bar <- foo
		}
	}

	main <- {
		print: (string: ((new: ) bar)) . "\n"
	}

}