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
/
67 static link
/
lib
/
func12.c
blob: 73db5c073d820f8eda6903557c3b04ea514221c0 (
plain
)
1
2
3
4
5
6
7
int
func10
();
int
func11
();
int
func12
()
{
return
func10
()
+
func11
();
}