7 lines
74 B
C#
Raw Permalink Normal View History

// Compiler options: -t:library
namespace A.B.C {
public class B {
}
}