summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/crash-PR7625.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaCXX/crash-PR7625.cpp')
-rw-r--r--test/SemaCXX/crash-PR7625.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/SemaCXX/crash-PR7625.cpp b/test/SemaCXX/crash-PR7625.cpp
deleted file mode 100644
index 3ddf5e5..0000000
--- a/test/SemaCXX/crash-PR7625.cpp
+++ /dev/null
@@ -1,6 +0,0 @@
-// RUN: %clang_cc1 -fsyntax-only -verify %s
-template<typename T> struct a : T {
- struct x : T {
- int aa() { return p; } // expected-error{{use of undeclared identifier 'p'}}
- };
-};
OpenPOWER on IntegriCloud