1 #include "20081022.h"
2 
3 int
g(foo * a)4 g (foo * a)
5 {
6   return a->bar ();
7 }
8