linux-packaging-mono/mcs/tests/test-748-lib.cs

8 lines
73 B
C#
Raw Normal View History

// Compiler options: -target:library
namespace Test
{
class Foo
{
}
}