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

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

public class Class2
{
	public static void Main ()
	{
		var writer = new Class1();
		byte[] bytes = writer.Finalize();
	}
}