bionic/tests/libs/ld_preload_test_helper_lib1...

4 lines
45 B
C++
Raw Permalink Normal View History

2025-08-25 08:22:42 +08:00
int get_value_from_lib() {
return 12345;
}