summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/template-specialization-visibility/d.h
blob: 3048272c5f2dc4f0758c5f3abc88421e907852dd (plain)
1
2
3
4
5
#ifndef D_H
#define D_H
template<typename> struct S;
template<typename> struct T;
#endif
OpenPOWER on IntegriCloud