1
2
3extern int foo();
4
5int bar() { return foo(); }
6