Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-116.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 108cb31eef0edc71c92deab6502d9bcb764e902b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//
// Parsing tests
//

class X {
	public static int Main ()
	{
		double d = 1.4e-4;
		// add more ;-)
		return 0;
	}
}