Merge pull request #5560 from kumpera/wasm-work-p3
[mono.git] / mcs / tests / test-116.cs
1 //
2 // Parsing tests
3 //
4
5 class X {
6         public static int Main ()
7         {
8                 double d = 1.4e-4;
9                 // add more ;-)
10                 return 0;
11         }
12 }