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

LinkerAttributeRemovalAndPreserveAssembly_Lib.cs « Dependencies « LinkAttributes « Mono.Linker.Tests.Cases « test - github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c61f1562ae2d03fe3c8a77a6f431f90cd867b49f (plain)
1
2
3
4
5
6
7
8
9
10
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

namespace Mono.Linker.Tests.Cases.LinkAttributes.Dependencies
{
	public static class Used
	{
		public static void Use () { }
	}
}