// PR c++/109859 // { dg-do compile { target c++20 } } template concept C = true; template // { dg-error "invalid use of concept-name .C." } int f();