Home
last modified time | relevance | path

Searched defs:func_35 (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/test/SemaCXX/
Dfriend2.cpp178 template<typename T> friend void func_35(T *x) {} // expected-note{{previous definition is here}} in func_35() function
182 template<typename T> friend void func_35(T *x) {} // expected-error{{redefinition of 'func_35'}} in func_35() function