2010-05-27 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1021.cs
bloba3eef5b3b0e837849b4c62de9f998fbf2ba91df5
1 // cs1021.cs: Integral constant is too large
2 // Line: 6
4 class X {
5 public static void Main() {
6 int i = 123821738792178327198;