(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs0221.cs
blob932272ea7b8e9cf861332b8dfc5868dc3db3aee3
1 // cs0221.cs: cannot convert constant value to type, use in checked context
2 // Line: 5
4 class X {
5 int a = (int) 0xffffffff;
7 static void Main ()