llvm-project/clang/test/CXX/concepts-ts/expr/expr.prim/expr.prim.id/p3.cpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
206 B
C++
Raw Normal View History

// 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}}