2019-11-11 23:01:05 +01:00

8 lines
76 B
C

#ifdef _WIN32
__declspec(dllexport)
#endif
int obj3(void)
{
return 0;
}