// { dg-options "-std=c++1z" } template concept bool C() { return __is_class(T); } template using X = T*; struct S { }; int main() { X x1; }