2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0220-2.cs
blobb2dc57b74fc81e2592080d2a4fe7539a015a8da7
1 // cs0220.cs: The operation overflows at compile time in checked mode
2 // Line: 7
4 public class MainClass {
5 static void Main () {
6 int a = -int.MinValue;