#include "test_shared_library.h" #include #include int hello(int param) { printf("Hello, World!\n"); return param; }