Sign in
qemu
/
meson
/
b1340e9bb1f243e4de8f2d89415a45ade476a3dc
/
.
/
test cases
/
windows
/
20 vs install static lib with generated obj deps
/
static_lib_source.c
blob: e86153a03aeb5b626b61e4ab54ed3500b08f4d2a [
file
] [
log
] [
blame
]
extern
int
generated_function
(
void
);
int
static_lib_function
(
void
)
{
return
generated_function
();
}