[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / tests / gtest-346.cs
1 public class test
2 {
3         public void CreateSimpleCallSite(int x) {}
4         public void CreateSimpleCallSite<A>() {}
5         public void CreateSimpleCallSite<A>(int x) {}
6                 
7         public static void Main ()
8         {
9         }
10 }