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