extern int foo(void);

int bar(void) {
    return foo();
}