bolt/deps/llvm-18.1.8/clang/test/CXX/temp/temp.deduct/p5.cpp
2025-02-14 19:21:04 +01:00

6 lines
No EOL
172 B
C++

// RUN: %clang_cc1 -std=c++2a -verify %s -code-completion-at=%s:6:16
// expected-no-diagnostics
template <typename T> concept C = true;
void bar(C auto foo);
int y = bar(