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