Files
Android11/bionic/tests/libs/ld_config_test_helper_lib3.cpp
2023-10-13 14:01:41 +00:00

4 lines
53 B
C++

int get_value_from_another_lib() {
return 54321;
}