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
/
func1.c
blob: cc934ad04ae8809d122d0c29fdaf9875c72e7767 (
plain
)
1
2
3
4
5
6
7
8
9
int
func1
()
{
return
1
;
}
int
func1b
()
{
return
1
;
}