**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs0150.cs
blobfc67a91086e325e00ffcdedbc156e17417ca1f66
1 // cs0150.cs :
2 // Line :
4 using System;
6 public class Blah {
8 public static void Main ()
10 int foo = 6;
12 int [] i = new int [foo] { 0, 1, 2, 3, 4, 5 };