Searched refs:Test5c (Results 1 – 1 of 1) sorted by relevance
291 template <class T> struct Test5c { struct292 Test5c();300 template <> inline void Test5c<int>::bar() {} in bar()301 template <> inline void Test5c<int>::foo() {} in foo()304 template <> Test5c<int>::Test5c() { use(typeid(Test5c)); } in Test5c() function in Test5c