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