// PR c++/67210 // { dg-do compile { target c++20 } } template concept C = true; template struct A {}; void f(A auto >) {}