eol
[mcs.git] / tests / gtest-431-lib-1.cs
blob36630d633d809ba79b9c5e3bfb7ada9d806f6d17
1 // Compiler options: -target:library -noconfig
3 namespace System.Runtime.CompilerServices
5 [AttributeUsage(AttributeTargets.Method | AttributeTargets.Class | AttributeTargets.Assembly)]
6 public sealed class ExtensionAttribute : Attribute { }