summaryrefslogtreecommitdiff
path: root/test/Index/pr20320.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Index/pr20320.h')
-rw-r--r--test/Index/pr20320.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/Index/pr20320.h b/test/Index/pr20320.h
new file mode 100644
index 000000000000..9dbb7303df2d
--- /dev/null
+++ b/test/Index/pr20320.h
@@ -0,0 +1,14 @@
+#ifndef pr20320_h
+#define pr20320_h
+
+template<>
+struct S< ::Number::One>
+{
+};
+
+template<>
+struct S< ::Number::Two>
+{
+};
+
+#endif