2010-05-27 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / gtest-504-lib.cs
blobad4d52db5dce71efe63edd9cade019ea82a7a470
1 // Compiler options: -t:library
3 public class A<TB, TC> where TC : A<TB, TC> { }
4 public class B<TC> where TC : A<B<TC>, TC> { }