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