]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - contrib/reghunt/examples/29906a.cc
Imported gcc-4.4.3
[msp430-gcc.git] / contrib / reghunt / examples / 29906a.cc
diff --git a/contrib/reghunt/examples/29906a.cc b/contrib/reghunt/examples/29906a.cc
new file mode 100644 (file)
index 0000000..ef644ee
--- /dev/null
@@ -0,0 +1,7 @@
+struct A{
+  typedef int T;
+  virtual ~A();
+};
+struct B:public A{
+  using A::T;
+};