Sign in
qemu
/
meson
/
refs/heads/docbuild
/
.
/
test cases
/
common
/
62 exe static shared
/
subdir
/
shlib.c
blob: 002c83f921ca9b16e2abb2b42a0e0790901d40ae [
file
] [
log
] [
blame
]
#include
"exports.h"
int
DLL_PUBLIC shlibfunc
()
{
return
42
;
}