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

test-partial-07.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: afb741f4fbfffa3beace0946062afe46744c5a45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
using System;
using System.Runtime.InteropServices;

[Obsolete]
public partial class Test
{ }

class X
{
	static void Main ()
	{ }
}