Linux Foundation Collaborative Projects
index
:
virtio/qemu
master
Unnamed repository
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meson
/
test cases
/
common
/
39 library chain
/
main.c
blob: 9c88e73ae7ad6bc441e14f98003f82e78b61bf80 (
plain
)
1
2
3
4
5
int
libfun
(
void
);
int
main
(
void
)
{
return
libfun
();
}