OSDN Git Service

linker: the global group is added to all built-in namespaces
[android-x86/bionic.git] / tests / libs / ld_config_test_helper_lib2.cpp
1 int get_value_from_another_lib() {
2   return 12345;
3 }