summaryrefslogtreecommitdiffstats
path: root/tests/cxx/explicit_instantiation2-template_short.h
blob: 0569349ba9d097e3be4f7f1ba9313c558edc1c38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

//===- explicit_instantiation2-template_short.h - test input file for iwyu ===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#ifndef INCLUDE_WHAT_YOU_USE_TESTS_CXX_EXPLICIT_INSTANTIATION2_TEMPLATE_SHORT_H_
#define INCLUDE_WHAT_YOU_USE_TESTS_CXX_EXPLICIT_INSTANTIATION2_TEMPLATE_SHORT_H_

extern template class Template<short>;

#endif  // INCLUDE_WHAT_YOU_USE_TESTS_CXX_EXPLICIT_INSTANTIATION2_TEMPLATE_SHORT_H_