Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / gtest-exmethod-35-lib.cs
1 // Compiler options: -t:library
2
3 using System;
4
5 namespace System.Runtime.CompilerServices
6 {
7         [AttributeUsage (AttributeTargets.Method | AttributeTargets.Class | AttributeTargets.Assembly)]
8         public sealed class ExtensionAttribute : Attribute {
9         }
10 }