// cs0221.cs: cannot convert constant value to type, use in checked context // Line: 5 class X { int a = (int) 0xffffffff; static void Main () { } }