(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
concepts/
no-bool1.C
// { dg-do compile { target c++14 } }
// { dg-additional-options -fconcepts }

template <class T> concept True = true;