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

gtest-exmethod-23.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 82fcc82c1ca650d3db554b6e4d2eb24a029e38a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Compiler options: -nostdlib -noconfig -r:mscorlib.dll -r:System.Core.dll -lib:$REF_DIR

public static class T
{
	public static void A (this string v, int a)
	{
	}

	public static void Main ()
	{
	}
}