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

ReferenceWithEntryPoint_Lib.cs « Dependencies « References « Mono.Linker.Tests.Cases « test - github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a11080c399e23c6de759871fcb1bee2bf7ea380f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
namespace Mono.Linker.Tests.Cases.References.Dependencies
{
	public class ReferenceWithEntryPoint_Lib
	{
		public static void Main ()
		{
		}

		public static void UsedMethod ()
		{
		}
	}
}