eol
[mcs.git] / tests / gtest-457.cs
blob99509e8a359bcb571d7b67b0eba1c63663158ea3
1 using System;
3 class Program
5 class C
9 void Foo<T> () where T : C
13 static int Main ()
15 return 0;