#include #include "test_shared_library.h" int main(void){ printf("Hello result: %d\n", hello(12)); return 0; }