summaryrefslogtreecommitdiffstats
path: root/test/FrontendC++/2003-10-21-InnerClass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC++/2003-10-21-InnerClass.cpp')
-rw-r--r--test/FrontendC++/2003-10-21-InnerClass.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/FrontendC++/2003-10-21-InnerClass.cpp b/test/FrontendC++/2003-10-21-InnerClass.cpp
deleted file mode 100644
index fadd51d..0000000
--- a/test/FrontendC++/2003-10-21-InnerClass.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-// RUN: %llvmgcc -xc++ -S -o - %s | grep {struct.X::Y}
-struct X {
-
- struct Y {
- Y();
- };
-
-};
-
-X::Y::Y() {
-
-}
OpenPOWER on IntegriCloud