view samples/compilerbug_001.tp @ 61:a6addd8c6bd4

Fix array resizing to use newsize * sizeof(object *) rather than just newsize
author Mike Pavone <pavone@retrodev.com>
date Sat, 14 Jul 2012 04:18:46 -0700
parents 90542a7077a9
children
line wrap: on
line source

#{
	value <- 0
	
	main <- {
		f <- {value}
		f:
	}
}