Home
last modified time | relevance | path

Searched refs:PartiallySpecializedImportedClassTemplate (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddllimport.cpp823 template <typename T> struct __declspec(dllimport) PartiallySpecializedImportedClassTemplate {}; struct
824 template <typename T> struct PartiallySpecializedImportedClassTemplate<T*> { void f() {} }; in f() argument
825 USEMEMFUNC(PartiallySpecializedImportedClassTemplate<void*>, f);