Home
last modified time | relevance | path

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

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