// { dg-do compile { target concepts } } template concept True = true; template (True)> struct A { }; template struct B: A { };