[w32file] Move MonoIO.Find{First,Next,Close} to managed
[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 }