diff options
Diffstat (limited to 'test cases/common/55 exe static shared/stat.c')
-rw-r--r-- | test cases/common/55 exe static shared/stat.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test cases/common/55 exe static shared/stat.c b/test cases/common/55 exe static shared/stat.c new file mode 100644 index 0000000..eddc4d8 --- /dev/null +++ b/test cases/common/55 exe static shared/stat.c @@ -0,0 +1,7 @@ +#include "subdir/exports.h" + +int shlibfunc(void); + +int DLL_PUBLIC statlibfunc(void) { + return shlibfunc(); +} |