52903442df4e004f2807782676d7839519912c07
[mono.git] / mcs / tools / linker / Tests / TestCases / Linker / MultipleReferences / NotLinkedAttribute.cs
1 using System;
2
3 [NotLinked, AttributeUsage (AttributeTargets.All)]
4 public class NotLinkedAttribute : Attribute {
5 }