llvm-for-llvmta/tools/clang/test/Parser/cxx-concept-declaration.cpp

8 lines
173 B
C++
Raw Normal View History

2022-04-25 13:02:35 +02:00
// Support parsing of concepts
// Disabled for now.
// expected-no-diagnostics
// RUN: %clang_cc1 -std=c++14 -x c++ -verify %s
// template<typename T> concept C1 = true;