// // cs1021: Integral constant is too large class X { public static void Main() { int h = 0xffffffffffffffffffffffffff; } }