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

test-330.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3a3fa67661a4a6805b309e7059bd8b97f99514fe (plain)
1
2
3
4
5
6
class X {
	public static void Main ()
	{
		System.IFormattable foo = -1;
	}
}