Sign in
qemu
/
meson
/
7b43a2e19613f3702935872b21b1020f7d8c6a9b
/
.
/
test cases
/
common
/
55 exe static shared
/
shlib2.c
blob: 12bc913d7f1df414708a391a9a1b718d9323415b [
file
] [
log
] [
blame
]
#include
"subdir/exports.h"
int
statlibfunc
(
void
);
int
statlibfunc2
(
void
);
int
DLL_PUBLIC shlibfunc2
(
void
)
{
return
statlibfunc
()
-
statlibfunc2
();
}