**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs1021-2.cs
blob8507e2737c1c17f8165b10fa8ea25f4426fe03f4
1 //
2 // cs1021: Integral constant is too large
4 class X {
5 public static void Main() {
6 int h = 0xffffffffffffffffffffffffff;