shithub: mc

Download patch

ref: fc4829f785ca5ead3b57eec2063113804f6bf2a5
parent: c6fc10168fccc31d8986abfbb7cd87eba5cc4a50
author: Ori Bernstein <[email protected]>
date: Thu Dec 19 16:50:39 EST 2013

Add missing file.

--- /dev/null
+++ b/test/mul8.myr
@@ -1,0 +1,9 @@
+use std
+
+var a : int8 = 6
+const f = { -> int8
+	-> 3
+}
+const main = {
+	std.exit(((a*f()) castto(int)))
+}