10 lines
73 B
C#
Raw Normal View History

// Compiler options: -t:library
public class C : I
{
}
interface I
{
}