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

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

class C
{
	public static int Main ()
	{
		// TODO: check applied attributes
		return 0;
	}
}