summaryrefslogtreecommitdiff
path: root/mcs/tests/test-715.cs
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;
	}
}