* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / tests / test-116.cs
1 //
2 // Parsing tests
3 //
4
5 class X {
6         static int Main ()
7         {
8                 double d = 1.4e-4;
9                 // add more ;-)
10                 return 0;
11         }
12 }