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