ref: 6497ac18c2db4fb60489a0b0fd9c2c035c75c343
parent: 9e087145195fb50d06a87732399aebda067a3d42
author: Ori Bernstein <[email protected]>
date: Sun Jun 10 21:04:39 EDT 2012
Add simple test for dataflow analysis We want the compilation of this thing to fail.
--- /dev/null
+++ b/test/flow.myr
@@ -1,0 +1,4 @@
+const main = {
+ var a : int
+ -> a
+}