blob: 37e0d1d7e8b6cadf6a72d39c9b6d7f17610694d5 [file] [log] [blame]
#ifdef _WIN32
__declspec(dllexport)
#endif
int myFunc(void) {
return 55;
}