// { dg-do compile { target c++20 } } template concept my_concept = true; template void run () { my_concept (G{}); // { dg-error "cannot call a concept as a function" } }