Facilitate the merge
[mono.git] / mcs / tests / test-471.cs
1 // Compiler options: /doc:test-471.xml
2
3 using System;
4
5 /// <summary><see cref="AAttribute" /></summary>
6 [Obsolete("whatever", true)]
7 public class AAttribute : Attribute {
8 }
9
10 class Demo {
11         static void Main ()
12         {
13         }
14 }