blob: a2e2267f8ae407e2444e0d41e7b9974edd6b03e6 [file] [log] [blame]
#ifdef _WIN32
__declspec(dllexport)
#endif
int answer(void)
{
return 42;
}