1 2 3 4 5 6 7 8 9 10
// CS0220: The operation overflows at compile time in checked mode // Line: 7 public class MainClass { static void Main () { int a = -int.MinValue; } }