예제 #1
0
파일: using1.C 프로젝트: 0day-ci/gcc
int main()
{
  B b1;
  const B b2 = B();

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