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

test-679.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f59290db337b70f51b8f0d5a20ddb30d576462e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Compiler options: -t:library -r:dlls/test-679-1/test-679-lib.dll -r:dlls/test-679-2/test-679-lib-2.dll

using System;

class Program
{
	void Main ()
	{
		LibB.A ();
		LibB.B ();
	}
}