unplugged-system/bionic/tests/libs/ld_preload_test_helper_lib2.cpp

4 lines
45 B
C++
Raw Normal View History

int get_value_from_lib() {
return 54321;
}