linux-packaging-mono/mcs/tests/gtest-optional-34.cs

14 lines
128 B
C#
Raw Normal View History

public struct S
{
public S (double left = 0, double top = 0)
: this ()
{
}
}
class X
{
public static void Main ()
{
}
}