75ab7feb8b071f7d0bb62b1ffec31d5630c5b35a
[mono.git] / mcs / tests / gtest-504-lib.cs
1 // Compiler options: -t:library
2
3 public class A<TB, TC> where TC : A<TB, TC> { }
4 public class B<TC> where TC : A<B<TC>, TC> { }