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

test-748-lib.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e2187ba186ccd7c752ff926fa5e8ac125d3b50f2 (plain)
1
2
3
4
5
6
7
8
// Compiler options: -target:library

namespace Test
{
	class Foo
	{
	}
}