[ci] Only build the additional profiles on one arch instead of everywhere
[mono-project.git] / mcs / errors / cs1586.cs
blob81cd1f68a4c2c04730da9a92ef656d0cb30d6411
1 // CS1586: Array creation must have array size or array initializer
2 // Line: 6
4 class C
6 public static void Main ()
8 int [] i = new int [];