(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs0594-2.cs
blob94b44f43770f9578de704d0be12a7c8027e2d029
1 //
2 // cs0594: Floating-point constant is outside the range for type 'decimal|double|float'
4 class X {
5 public static void Main() {
6 double dbl = 1.0e99999;