New test
authorMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 11 May 1998 11:02:58 +0000 (11:02 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 11 May 1998 11:02:58 +0000 (11:02 +0000)
From-SVN: r19669

gcc/testsuite/g++.old-deja/g++.other/local1.C

index e347def83b1a9fd1d7065518cb96ad46ffde09b3..d0ed4f04e2e99e9e9570cbed0b8e214094f892ae 100644 (file)
@@ -1,6 +1,8 @@
 // Build don't run:
 
-struct Outer {};
+struct Outer {
+  virtual ~Outer() {}
+};
 
 int
 main()