Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
02586a2a34e6acfccf359b94db840f422b6c0231
/
.
/
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
();
}