linux-packaging-mono/mcs/tests/gtest-582-lib.cs

10 lines
73 B
C#
Raw Permalink Normal View History

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