New test.
[mono.git] / mcs / errors / cs0594-4.cs
1 // cs0594-4.cs: Floating-point constant is outside the range of type `float'\r
2 // Line: 6\r
3 \r
4 class X {\r
5         public static void Main() {\r
6                 float b = 11111111111111111111111111111111111122222222222222222f;\r
7         }\r
8 }\r