Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
93f79a1a5b9a19f4e8755b8da8ca8f19a08b341a
/
.
/
tests
/
libs
/
ld_config_test_helper_lib1.cpp
blob: fc5401a2650e66c0048a9451331fc192a2dd2265 [
file
] [
log
] [
blame
]
extern
int
get_value_from_another_lib
();
int
get_value_from_lib
()
{
return
get_value_from_another_lib
();
}