8 lines
73 B
C#
Raw Permalink Normal View History

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