Sign in
android
/
platform
/
bionic
/
e55e5ee
/
.
/
tests
/
libs
/
ld_config_test_helper_lib1.cpp
blob: fc5401a2650e66c0048a9451331fc192a2dd2265 [
file
]
extern
int
get_value_from_another_lib
();
int
get_value_from_lib
()
{
return
get_value_from_another_lib
();
}