brintos

brintos / llvm-project-archived public Read only

0
0
Text · 172 B · 0c998b1 Raw
6 lines · cpp
1// RUN:  %clang_cc1 -std=c++2a -verify %s -code-completion-at=%s:6:162// expected-no-diagnostics3 4template <typename T> concept C = true;5void bar(C auto foo);6int y = bar(