2022-08-18 17:26:31 +02:00

8 lines
75 B
C

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