blob: 8794965375b99fc1efdaca45000d02082a7e55d7 [file] [log] [blame]
#ifdef _WIN32
__declspec(dllexport)
#endif
int foo(void)
{
return 0;
}