aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/common/55 exe static shared/subdir/shlib.c
blob: dd9c6b2dbe76b028f86b10ab8c66aa49b4f64ce3 (plain)
1
2
3
4
5
#include "exports.h"

int DLL_PUBLIC shlibfunc(void) {
    return 42;
}