Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / warn / Wnvdtor.C
blobb04fdcbe6b1fdcbfbe3cb7e2ceef8be8545f2665
1 // { dg-options "-Wnon-virtual-dtor" }
3 extern "Java"
5   class Foo
6   {
7   public:
8     virtual void bar( void);
9   };