1 #include "foo.h"
2 
foo_func()3 int foo_func() { return 43; }
4 
5 int foo_var = 44;
6