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