#include int main() { for (;;) { HINSTANCE module = ::LoadLibrary(L"HaskellExports.dll"); ::FreeLibrary(module); } return 0; }