OSDN Git Service

cp:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.benjamin / 15309-2.C
1 // 981203 bkoz
2 // g++/15309
3 // Build don't link: 
4 // Special g++ Options: -Wnon-virtual-dtor -Weffc++
5
6 class bermuda {  // WARNING - // WARNING -
7 public:
8   virtual int func1(int); 
9   ~bermuda();
10 };