linux-packaging-mono/mcs/tests/test-944-lib.cs

10 lines
105 B
C#
Raw Normal View History

// Compiler options: -t:library
public class Class1
{
public byte[] Finalize ()
{
return null;
}
}