[bcl] Update BCL Linked Size
[mono-project.git] / mcs / errors / cs1021-2.cs
blob556e7cfe86134ba6308a978f916d04f4f917a5cd
1 // CS1021: Integral constant is too large
2 // Line: 6
4 class X {
5 public static void Main() {
6 int h = 0xffffffffffffffffffffffffff;