Example #1
0
int main()  {
  Proxy p;
  p.f();
  p.g();
  p.h();
} ///:~