aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/m3.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/g++.old-deja/g++.pt/m3.C')
-rw-r--r--gcc/testsuite/g++.old-deja/g++.pt/m3.C9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.pt/m3.C b/gcc/testsuite/g++.old-deja/g++.pt/m3.C
deleted file mode 100644
index 492b2611a31..00000000000
--- a/gcc/testsuite/g++.old-deja/g++.pt/m3.C
+++ /dev/null
@@ -1,9 +0,0 @@
-// Build don't link:
-
-struct A { A() { a = 2; } int a; };
-
-struct B {
- struct A { A() { a = 2; } int a; };
- A aa;
-};
-char xx[]="../tests/m3.cc:4: redefinition of `struct A'";