summaryrefslogtreecommitdiffstats
path: root/test cases/common/55 exe static shared/shlib2.c
blob: 12bc913d7f1df414708a391a9a1b718d9323415b (plain)
1
2
3
4
5
6
7
8
#include "subdir/exports.h"

int statlibfunc(void);
int statlibfunc2(void);

int DLL_PUBLIC shlibfunc2(void) {
    return statlibfunc() - statlibfunc2();
}