Sign in
ara-mdk
/
platform
/
ndk
/
aa905b8136d1778b5ff9f704ed9797e39fa14d2a
/
.
/
tests
/
build
/
cpp-extensions
/
jni
/
foo6.CPP
blob: 004b298641d72b3a4329530b865f8821e38ab127 [
file
] [
log
] [
blame
]
namespace
cpp
{
extern
int
foo5
(
int
);
int
foo6
(
int
x
)
{
return
foo5
(
x
)
+
6
;
}
}
// namespace cpp