Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-static-initializers.cpp42 template <typename T> struct __declspec(dllexport) ExportedTemplate { struct
45 template <typename T> S ExportedTemplate<T>::s; argument
46 void useExportedTemplate(ExportedTemplate<int> x) { in useExportedTemplate()