android_bionic/tests/libs/ld_preload_test_helper_lib1...

4 lines
45 B
C++

int get_value_from_lib() {
return 12345;
}