aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/PR28752/Subdir1/b.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/PR28752/Subdir1/b.h')
-rw-r--r--test/Modules/Inputs/PR28752/Subdir1/b.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Modules/Inputs/PR28752/Subdir1/b.h b/test/Modules/Inputs/PR28752/Subdir1/b.h
new file mode 100644
index 000000000000..4d8de217d77d
--- /dev/null
+++ b/test/Modules/Inputs/PR28752/Subdir1/b.h
@@ -0,0 +1,4 @@
+#include <vector>
+
+template<typename T> struct A { static bool b; };
+template<typename T> bool A<T>::b;