Searched refs:Test4c (Results 1 – 1 of 1) sorted by relevance
231 template <class T> struct Test4c { struct232 Test4c();238 template <> inline void Test4c<int>::bar() {} in bar()239 template <> inline void Test4c<int>::foo() {} in foo()242 template <> Test4c<int>::Test4c() { use(typeid(Test4c)); } in Test4c() function in Test4c