2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-116.cs
blobc5690ba62f1c8fae860cef577fee997c586481ac
1 //
2 // Parsing tests
3 //
5 class X {
6 static int Main ()
8 double d = 1.4e-4;
9 // add more ;-)
10 return 0;