dlr bug
[mcs.git] / tests / test-471.cs
blob648d7865a81f926fd937025bacfdcefc6937f559
1 // Compiler options: /doc:test-471.xml
3 using System;
5 /// <summary><see cref="AAttribute" /></summary>
6 [Obsolete("whatever", true)]
7 public class AAttribute : Attribute {
10 class Demo {
11 static void Main ()