New test.
[mono.git] / mcs / tests / test-108.cs
old mode 100755 (executable)
new mode 100644 (file)
index 9e179df..2edc56d
@@ -9,6 +9,14 @@ class X {
                        return 1;
                }
 
+               if (true)
+                       i = 2;
+               else
+                       i = 3;
+
+               if (i != 2)
+                       return 5;
+               
                while (true){
                        i++;
                        if (i == 10)