blob: 219f92d6a9607f8794e560132a1a5ab940cccc4f [file] [log] [blame]
#include "20081022.h"
int
f (foo * a)
{
return a->bar ();
}
main()
{
}