Bump corefx
[mono-project.git] / mono / tests / array3.cs
blobce31de2e9fc1664d617ed354c05d74d856401eab
3 using System;
6 public class Test {
9 public static int Main () {
10 object[] array = new object[10];
12 if (array.GetType ().IsPublic)
13 return 0;
15 return 1;