Sign in
qemu
/
meson
/
bfb9ca04529aea96c1c997a8d881ddc7df7d6c84
/
.
/
test cases
/
windows
/
20 vs install static lib with generated obj deps
/
both_lib_source.c
blob: aa926b1a235ca9cd63ccb201e04cb5128de8fdf5 [
file
] [
log
] [
blame
]
extern
int
static_lib_function
(
void
);
extern
__declspec
(
dllexport
)
int
both_lib_function
(
void
);
int
both_lib_function
(
void
)
{
return
static_lib_function
();
}