linux-packaging-mono/mcs/tests/gtest-447-2-lib.cs

16 lines
151 B
C#
Raw Permalink Normal View History

// Compiler options: -t:library
using System;
public class C
{
public static string Print (string s)
{
return s;
}
}
public interface G<T>
{
}