(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs1021.cs
blob50b5f591c1f9d781e2f6c8db27c62eb29a2d38e9
1 //
2 // cs1021: Integral constant is too large
4 class X {
5 public static void Main() {
6 int i = 123821738792178327198;