blob: 7b3ed47cb979377449484efc2da3526b0e490f48 [file] [log] [blame]
#include"bob.h"
int hiddenFunction() {
return 42;
}
int bobMcBob() {
return hiddenFunction();
}