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