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: aace5a4e2fa50e74f9772c2367b0bf86f4e4b5d6 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

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