Exemple #1
0
int main()
{
  B b1;
  const B b2 = B();

  b1.f ();
  b2.g ();
  b2.h ();
  b1.i ();
}
 ~I () { bc->h (); }