8 lines
73 B
C#
8 lines
73 B
C#
|
// Compiler options: -target:library
|
||
|
|
||
|
namespace Test
|
||
|
{
|
||
|
class Foo
|
||
|
{
|
||
|
}
|
||
|
}
|