// PR c++/17121

struct A {
  virtual ~A() {}
};

void tsk_tsk()
{
  struct B : public A {};
}


syntax highlighted by Code2HTML, v. 0.9.1