#include "TestMod.hpp" #include using namespace std; void Derived::hello( ) { cout << "hello" << endl; } REGISTER_MODULE( "testmod", 0, 0, Base, Derived )