blob: b300a4f4f04f5f425cca26873a1b54a0c59dd0d3 [file] [log] [blame]
namespace cpp {
extern int foo4(int);
int foo5(int x) {
return foo4(x) + 5;
}
}