C++程序  |  5行  |  70 B

struct A {
  virtual int foo() { return 1; };
  virtual int bar();
};