2002-07-26 Martin Baulig <martin@gnome.org>
[mono.git] / mcs / tests / test-108.cs
index 9e179df420a76fc1721a77dd29a3f0d76d0b9ea6..2edc56d94574748dc605a3868aa5cd8b27a49cf7 100755 (executable)
@@ -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)