Gitiles
Code Review
Sign In
review.evervolv.com
/
android_bionic
/
18181e6a0a55bb8778e82b5fbc0f7090380ea87d
/
.
/
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
();
}