(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
concepts/
var-concept6.C
// { dg-do compile { target c++17_only } }
// { dg-options "-fconcepts-ts" }

template <class T>
concept int C = true;		// { dg-error "bool" }