[w32handle] Stop returning 0 in every cases for locking/unlocking (#3926)
[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 }