[Microsoft.CSharp] Replaced with CoreFX implementation
[mono.git] / mcs / tests / test-894.cs
1 using System;
2
3 [AttributeUsage (AttributeTargets.All + 0xFFFFFE + 1)]
4 class A1Attribute : Attribute
5 {
6 }
7
8 [AttributeUsage ((AttributeTargets) 0xffff)]
9 class A2Attribute : Attribute
10 {
11 }
12
13 public class Test
14 {
15         public static void Main ()
16         {
17                 
18         }
19 }