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