1 #include "foo.h"
2 
call_foo1()3 int call_foo1() { return foo1(); }
4