summaryrefslogtreecommitdiffstats
path: root/test cases/windows/7 dll versioning/lib.c
blob: 37e0d1d7e8b6cadf6a72d39c9b6d7f17610694d5 (plain)
1
2
3
4
5
6
#ifdef _WIN32
__declspec(dllexport)
#endif
int myFunc(void) {
    return 55;
}