cleol
[mcs.git] / errors / cs0150.cs
blob251ba5874931214a80939668f6d132e0b7f70d17
1 // cs0150.cs: A constant value is expected
2 // Line : 12
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 };