Sign in
llvm
/
llvm-project
/
b83a4222b1ab5f4ddab19d83995a43646af56bfe
/
.
/
clang
/
test
/
Parser
/
cxx-concept-declaration.cpp
blob: 41bf53aed36e57d2f9db17271082eb195de509d6 [
file
] [
log
] [
blame
]
// 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;