1 2 3 4 5 6
/* a trivial function used to test building shared libraries */ int foo(void) { return 1; }