1 #include "foo.h"
2 
foo(void)3 int foo(void)
4 {
5     return 42;
6 }
7