Merge pull request #5636 from BrzVlad/fix-xmm-scan
[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 }