#include #include using namespace std; void shared_hello() { cout << "Hello from shared_lib" << endl; }