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

CanCompileReferencesWithResources_Lib1.cs « Dependencies « TestFramework « Mono.Linker.Tests.Cases « test - github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 358cd3c42216e54e104473b43984e40bdd8bd724 (plain)
1
2
3
4
5
6
7
namespace Mono.Linker.Tests.Cases.TestFramework.Dependencies {
	public class CanCompileReferencesWithResources_Lib1 {
		public static void Used ()
		{
		}
	}
}