Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
49b32d80416288b6eb8e26f76c40a8e32c20a361
/
.
/
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;