blob: 15f9ff59e4fb45d5a6d25d672da212c06fb262d1 [file] [log] [blame]
#ifdef _WIN32
__declspec(dllexport)
#endif
int main(void)
{
return 0;
}