diff options
Diffstat (limited to 'test/Modules/Inputs/template-specialization-visibility/d.h')
-rw-r--r-- | test/Modules/Inputs/template-specialization-visibility/d.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Modules/Inputs/template-specialization-visibility/d.h b/test/Modules/Inputs/template-specialization-visibility/d.h new file mode 100644 index 0000000000000..3048272c5f2dc --- /dev/null +++ b/test/Modules/Inputs/template-specialization-visibility/d.h @@ -0,0 +1,5 @@ +#ifndef D_H +#define D_H +template<typename> struct S; +template<typename> struct T; +#endif |