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(