1 #include "foo.h"
2 
3 int
foo(struct bar * bar_ptr)4 foo (struct bar *bar_ptr)
5 {
6     return 1;
7 }
8