Sign in
ara-mdk
/
platform
/
ndk
/
f616538a7f20e82157587efa026cedc3b9944542
/
.
/
tests
/
build
/
cpp-extensions
/
jni
/
foo5.C
blob: b300a4f4f04f5f425cca26873a1b54a0c59dd0d3 [
file
] [
log
] [
blame
]
namespace
cpp
{
extern
int
foo4
(
int
);
int
foo5
(
int
x
)
{
return
foo4
(
x
)
+
5
;
}
}