C++程序  |  6行  |  59 B

extern int foo(void);

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