Sign in
ara-mdk
/
platform
/
ndk
/
dbc5c0a9543d928f74bcd403c4e658657e4cb740
/
.
/
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