1 #include "20081022.h"
2 
3 int
f(foo * a)4 f (foo * a)
5 {
6   return a->bar ();
7 }
8 
9 int
main()10 main()
11 {
12   return 0;
13 }
14