1 2 3 4 5 6 7 8
// CS1021: Integral constant is too large // Line: 6 class X { public static void Main() { int i = 123821738792178327198; } }