// PR c++/92517 // { dg-do compile { target concepts } } template concept C = true; template requires C decltype // { dg-error "" } void f() {}