2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0248.cs
blob5fcfe0ac6e0570684e83c2b999f3f7bf4be87bc9
1 // cs0248.cs: Cannot create an array with a negative size
2 // Line: 6
4 public class MainClass {
5 public static void Main () {
6 byte[] byteArray = new byte[-1];