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
/
func4.c
blob: c44c990995af49aebfd3410434db3918e8f60830 (
plain
)
1
2
3
4
5
6
int
func3
();
int
func4
()
{
return
func3
()
+
1
;
}