Merge pull request #5082 from kumpera/fix-ro-fs-file-delete
[mono.git] / mcs / tests / test-xml-056.cs
1 // Compiler options: -doc:xml-056.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 }