summaryrefslogtreecommitdiff
path: root/mcs/tests/test-xml-056.cs
blob: 25d036e19000a7fd8ff52ff396b5e10b23304f67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Compiler options: -doc:xml-056.xml

using System;

/// <summary><see cref="AAttribute" /></summary>
[Obsolete("whatever", true)]
public class AAttribute : Attribute {
}

class Demo {
	static void Main ()
	{
	}
}