blob: a90e98e9e577cdb8ee95d04c363aec8fac4e3f82 [file] [log] [blame]
#include <c_and_cpp.h>
#include <c_include.h>
Foo foo(int *a, int *b) {
// This does not make sense
return Foo(a, b);
}