Home
last modified time | relevance | path

Searched refs:fooAmps1 (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.req/
H A Dnested-requirement.cpp91 template<class T> void fooAmps1() requires Amps1<T> {} // #fooAmps1 in fooAmps1() function
99 fooAmps1<S>(); in foo()
100 fooAmps1<int>(); // expected-error {{no matching function for call to 'fooAmps1'}} in foo()