Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[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 }