android_bionic/tests/libs/ld_config_test_helper_lib1.cpp

5 lines
109 B
C++

extern int get_value_from_another_lib();
int get_value_from_lib() {
return get_value_from_another_lib();
}