linux-packaging-mono/mcs/tests/test-debug-20.cs

20 lines
147 B
C#
Raw Normal View History

using System;
public partial struct S<T>
{
}
public partial struct S<T>
{
public S (T t)
{
}
}
class C
{
public static void Main ()
{
}
}