Lines Matching refs:VarTmplRedecl2
137 // MSC-DAG: @"\01??$VarTmplRedecl2@UExplicitInst_Exported@@@@3HA" = weak_odr dllexport global i32 1, comdat, align 4139 template<typename T> __declspec(dllexport) extern int VarTmplRedecl2;140 template<typename T> int VarTmplRedecl2 = 1;141 INSTVAR(VarTmplRedecl2<ExplicitInst_Exported>)