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