// { dg-do compile { target concepts } } template concept C3 = true; template struct s1 { template U> void f() { } };