1 #include "bar.h"
2 
foo()3 int foo() {
4   int y = bar();
5   y++;
6   return y;
7 }
8