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