(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp2a/
concepts-pr85265.C
// PR c++/85265
// { dg-do compile { target c++17_only } }
// { dg-additional-options "-fconcepts-ts" }

template<typename> concept bool C = true;

C{} void foo();  // { dg-error "expected identifier" }