#include"bob.h"
int hiddenFunction(void) {
return 42;
}
int bobMcBob(void) {
return hiddenFunction();