1 extern int get_value_from_another_lib();
2 int get_value_from_lib() {
3   return get_value_from_another_lib();
4 }
5