#include "../dllexport.h" #include DLL_EXPORT void helper2_hello() { std::puts("Hello from helper2!"); }