// CS0450: `A': cannot specify both a constraint class and the `class' or `struct' constraint // Line: 8 class A { } delegate void Test() where T : struct, A;