summaryrefslogtreecommitdiffstats
path: root/test cases/common/146 library at root/lib.c
blob: a5b3dc3b809bf997448eac62131f501e95a3bf20 (plain)
1
2
3
4
5
6
#if defined _WIN32 || defined __CYGWIN__
__declspec(dllexport)
#endif
int fn(void) {
    return -1;
}