2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / gtest-098-lib.cs
blob98b5d06ad6a2e67d79248a6937183948166c6985
1 // Compiler options: -t:library
3 public interface IFoo
5 void Test<T> ();
7 void Test<U,V> ();
10 public interface IBar<T>
12 void Test ();
15 public interface IBar<U,V>
17 void Test ();