Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddllexport.cpp898 template <typename T> struct ExplicitInstantiationTwoAttributes { void f() {} }; in f() struct
899 template struct __declspec(dllexport) __declspec(dllimport) ExplicitInstantiationTwoAttributes<int>; variable