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
/
80 declare dep
/
entity
/
entity2.c
blob: 4e8bb07e1bd223cc461affffa134b8055c288237 (
plain
)
1
2
3
4
5
#include
<entity.h>
int
entity_func2
(
void
)
{
return
9
;
}