[runtime] Coverage profiler fixes (#5698)
[mono.git] / mcs / tests / gtest-431-lib-1.cs
1 // Compiler options: -target:library -noconfig
2
3 namespace System.Runtime.CompilerServices
4 {
5         [AttributeUsage(AttributeTargets.Method | AttributeTargets.Class | AttributeTargets.Assembly)]
6         public sealed class ExtensionAttribute : Attribute { }
7 }