changeset 51:90542a7077a9

adding compiler bug test case.
author William Morgan <bill@mrgn.org>
date Fri, 13 Jul 2012 17:57:00 -0700
parents 3e8d2a91102c
children ab6217b8ae4c
files samples/compilerbug_001.tp
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/samples/compilerbug_001.tp	Fri Jul 13 17:57:00 2012 -0700
@@ -0,0 +1,8 @@
+#{
+	value <- 0
+	
+	main <- {
+		f <- {value}
+		f:
+	}
+}