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