OSDN Git Service

* lib/g++-dg.exp (g++-dg-test): Add "repo" option.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.benjamin / 15309-2.C
1 // { dg-do assemble  }
2 // { dg-options "-Wnon-virtual-dtor -Weffc++" }
3 // 981203 bkoz
4 // g++/15309
5
6 class bermuda {  // { dg-warning "" } // WARNING -
7 public:
8   virtual int func1(int); 
9   ~bermuda();
10 };