#include "20081022.h"

int
f (foo * a)
{
  return a->bar ();
}

main()
{
}
