Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gtest-606.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 72740c6eeccf8863cf8efef1e8f723111f08a096 (plain)
1
2
3
4
5
6
7
8
9
// Compiler options: -r:gtest-606-lib.dll

class X
{
	static void Main()
	{
		SD<int, int>.S.E f;
	} 
}