// { dg-options "-fsyntax-only" } trait Foo { type Bar; } trait Copy {} fn c>() where F::Bar: Copy, { }