using System; class Program { class C { } void Foo () where T : C { } static int Main () { return 0; } }