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

test-699-lib.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 450a7bcb8d22cb08896a6d59e9666abdb2e429e0 (plain)
1
2
3
4
5
6
// Compiler options: -t:library

public class C
{
	internal string message;
}