cleol
[mcs.git] / tests / gtest-346.cs
blobf99fc8a65c07396116df19cbf5cfff6e04e02d49
1 public class test
3 public void CreateSimpleCallSite(int x) {}
4 public void CreateSimpleCallSite<A>() {}
5 public void CreateSimpleCallSite<A>(int x) {}
7 public static void Main ()