summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/PR8385.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaCXX/PR8385.cpp')
-rw-r--r--test/SemaCXX/PR8385.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/SemaCXX/PR8385.cpp b/test/SemaCXX/PR8385.cpp
new file mode 100644
index 0000000..77a117a
--- /dev/null
+++ b/test/SemaCXX/PR8385.cpp
@@ -0,0 +1,7 @@
+// RUN: not %clang_cc1 -fsyntax-only %s
+
+// don't crash on this, but don't constrain our diagnostics here as they're
+// currently rather poor (we even accept things like "template struct {}").
+// Other, explicit tests, should verify the relevant behavior of template
+// instantiation.
+struct{template struct{
OpenPOWER on IntegriCloud