From: Mark Mitchell Date: Mon, 11 May 1998 11:02:58 +0000 (+0000) Subject: New test X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2951e48e8d87df7cc60b8eced41221e7a4096a4e;p=gcc.git New test From-SVN: r19669 --- diff --git a/gcc/testsuite/g++.old-deja/g++.other/local1.C b/gcc/testsuite/g++.old-deja/g++.other/local1.C index e347def83b1..d0ed4f04e2e 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/local1.C +++ b/gcc/testsuite/g++.old-deja/g++.other/local1.C @@ -1,6 +1,8 @@ // Build don't run: -struct Outer {}; +struct Outer { + virtual ~Outer() {} +}; int main()