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