[wasm] Fix WASM CI script. (#6741)
[mono-project.git] / mcs / errors / cs0594-2.cs
blobbe2a172dea084fd387e09aaecac2a75a21428759
1 // CS0594: Floating-point constant is outside the range of type `double'
2 // Line: 6
4 class X {
5 public static void Main() {
6 double dbl = 1.0e99999;