summaryrefslogtreecommitdiff
path: root/test/CXX/concepts-ts/expr/expr.prim/expr.prim.id/p3.cpp
blob: 16da146a96654d442e3b01167988dce4a6a4dd4f (plain)
1
2
3
4
// RUN:  %clang_cc1 -std=c++2a -fconcepts-ts -verify %s

template<typename T> concept C = true;
static_assert(C<int>); // expected-error{{sorry, unimplemented concepts feature concept specialization used}}