summaryrefslogtreecommitdiff
path: root/mcs/tests/test-debug-20.cs
blob: 0be00a103bb4ec7cbbed65dbb69a34921e4e266b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
using System;

public partial struct S<T>
{
}

public partial struct S<T>
{
	public S (T t)
	{
	}
}

class C
{
	public static void Main ()
	{
	}
}