9 lines
No EOL
84 B
C
9 lines
No EOL
84 B
C
namespace cpp {
|
|
|
|
extern int foo4(int);
|
|
|
|
int foo5(int x) {
|
|
return foo4(x) + 5;
|
|
}
|
|
|
|
} |