summaryrefslogtreecommitdiff
path: root/mcs/tests/test-748-lib.cs
blob: e2187ba186ccd7c752ff926fa5e8ac125d3b50f2 (plain)
1
2
3
4
5
6
7
8
// Compiler options: -target:library

namespace Test
{
	class Foo
	{
	}
}