dlr bug
[mcs.git] / tests / test-255.cs
blobd2d80b48793407b78fbf0c1a8a63803cb438494c
1 using System;
3 [AttributeUsage(AttributeTargets.All)]
4 public class TestAttribute: Attribute
8 [type: Obsolete]
10 public class C {
11 [return: Test]
12 [Test]
13 void Method () {}
15 public static void Main () {}