Tue Jun 14 20:02:58 CEST 2005
[mono.git] / mcs / tests / test-32.cs
index afeaecbf82bad5f82d7b6ff9379f426188b52f1f..94399b230e2f345a41e450273ac0b62b41d381f8 100644 (file)
@@ -12,6 +12,8 @@ public class Blah {
 
                Blah [,][] l = new Blah [3,4][];
 
+               Uri [] uri = new Uri [4];
+
                Console.WriteLine ("All arrays successfully created");
 
                return 0;