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

9 lines
84 B
C#
Raw Normal View History

// Compiler options: -t:library
public struct ExS<T>
{
public void Bar ()
{
}
}