Sign in
qemu
/
meson
/
b1340e9bb1f243e4de8f2d89415a45ade476a3dc
/
.
/
test cases
/
linuxlike
/
4 extdep static lib
/
prog.c
blob: 0aeb8271b00fc389e23c0aac9ed92aafe8d2f18e [
file
] [
log
] [
blame
]
int
statlibfunc
(
void
);
int
main
(
void
)
{
return
statlibfunc
();
}