3 // RUN: split-file %s %t
5 // RUN: %clang_cc1 -x c++ -std=c++20 -fmodules -fmodules-cache-path=%t -fmodule-map-file=%t/module.modulemap %t/foo.cpp -verify
29 template <class T
> void foo() requires A
<T
> {} // expected-error 1+{{reference to 'A' is ambiguous}}
30 // expected-note@* 1+{{candidate found by name lookup}}