// cs0150.cs : // Line : using System; public class Blah { public static void Main () { int foo = 6; int [] i = new int [foo] { 0, 1, 2, 3, 4, 5 }; } }