update readme (#21797)
[mono-project.git] / mcs / errors / cs1021.cs
blobf602fb7f920e9695a55a457b5744c0c882618de1
1 // CS1021: Integral constant is too large
2 // Line: 6
4 class X {
5 public static void Main() {
6 int i = 123821738792178327198;