Searched refs:fooAmps1 (Results 1 – 1 of 1) sorted by relevance
91 template<class T> void fooAmps1() requires Amps1<T> {} // #fooAmps1 in fooAmps1() function99 fooAmps1<S>(); in foo()100 fooAmps1<int>(); // expected-error {{no matching function for call to 'fooAmps1'}} in foo()