Merge pull request #5560 from kumpera/wasm-work-p3
[mono.git] / mcs / tests / test-45.cs
index 0cd4bf49be413f7efce3d3cc17382b8cf3260201..65a8268bffba89ea5ba7648b4b1beb76e78761e7 100644 (file)
@@ -35,6 +35,8 @@ public class Blah {
 
                sbyte [] s_arr = { 10, 15, 30, 123 };
                
+               int[,,] ints = new int[,,] { };
+               
                if (a [2] != 6)
                        return 1;