// { dg-do compile { target concepts } } using Bool = bool; template const Bool b = true; template concept BoolC = b; template struct A { }; A a;