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