aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/56 exe static shared/stat.c
blob: eddc4d816b5f8f4ea1ebaa72ee882470421c5c4d (plain)
1
2
3
4
5
6
7
#include "subdir/exports.h"

int shlibfunc(void);

int DLL_PUBLIC statlibfunc(void) {
    return shlibfunc();
}