aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/contrib/reghunt/examples/29906b.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.3/contrib/reghunt/examples/29906b.cc')
-rw-r--r--gcc-4.4.3/contrib/reghunt/examples/29906b.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc-4.4.3/contrib/reghunt/examples/29906b.cc b/gcc-4.4.3/contrib/reghunt/examples/29906b.cc
deleted file mode 100644
index ef644eee5..000000000
--- a/gcc-4.4.3/contrib/reghunt/examples/29906b.cc
+++ /dev/null
@@ -1,7 +0,0 @@
-struct A{
- typedef int T;
- virtual ~A();
-};
-struct B:public A{
- using A::T;
-};