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