Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Ddllexport.cpp712 template <typename T> struct __declspec(dllexport) PartiallySpecializedExportedClassTemplate {}; struct
713 template <typename T> struct PartiallySpecializedExportedClassTemplate<T*> { void f() {} }; in f() struct