// { dg-do compile { target c++17 } } // { dg-options "-fconcepts" } using TD = int; template concept C = requires () { typename TD; }; static_assert(C, "");