// cs0284.cs: Can not create array with negative size // Line: 7 class X { static void Main () { int [] x = new int [-4]; } }