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
/
unit
/
32 pkgconfig use libraries
/
app
/
app.c
blob: 7b8d8fa1354c4c251a5c36abe535961aedb6eccc (
plain
)
1
2
3
4
5
6
void
libb_func
();
int
main
(
void
)
{
libb_func
();
return
0
;
}