1 #include <c_and_cpp.h> 2 #include <c_include.h> 3 foo(int * a,int * b)4 Foo foo(int *a, int *b) { 5 // This does not make sense 6 return Foo(a, b); 7 } 8