Added mlp runtime skeleton, flags to build it, syntax option to name sese blocks
[IRC.git] / Robust / src / Tests / mlp / tinyTest / test.java
index 81be3a43d6be8b89d4e128317484815c2c4ec1cf..e75fa8989fe51a6f0439cc42cc2479332961fc55 100644 (file)
@@ -4,8 +4,9 @@ public class Test {
 
     int n = 10;
 
-    sese {
-
+    sese s0 {
+      
+      /*
       int[] a = new int[n];
       int[] b = new int[n];
       int[] c = new int[n];
@@ -31,6 +32,9 @@ public class Test {
       }
 
       System.out.println( "total is "+total );
+      */
+
+      int x = n;
     }
 
   }