summaryrefslogtreecommitdiffstats
path: root/tests/cxx/explicit_instantiation2-template_short.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/explicit_instantiation2-template_short.h')
-rw-r--r--tests/cxx/explicit_instantiation2-template_short.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cxx/explicit_instantiation2-template_short.h b/tests/cxx/explicit_instantiation2-template_short.h
index 0569349..5bae3fe 100644
--- a/tests/cxx/explicit_instantiation2-template_short.h
+++ b/tests/cxx/explicit_instantiation2-template_short.h
@@ -12,4 +12,6 @@
extern template class Template<short>;
+extern template class ProvidedTemplate<short>;
+
#endif // INCLUDE_WHAT_YOU_USE_TESTS_CXX_EXPLICIT_INSTANTIATION2_TEMPLATE_SHORT_H_